Determines whether the property page should be canceled. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim returnValue As Boolean

returnValue = Me.QueryCancel

Syntax

Visual Basic
Protected Overrides Function QueryCancel As Boolean
C#
protected override bool QueryCancel ()
C++
protected:
virtual bool QueryCancel () override
J#
protected boolean QueryCancel ()
JScript
protected override function QueryCancel () : boolean

Return Value

true to cancel the property page; otherwise false.

Remarks

Your application must override this method in a derived class. The default implementation allows the cancel operation.


Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also