SmsPropertyPage.QueryCancel Method
Determines whether the property page should be canceled.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim returnValue As Boolean
returnValue = Me.QueryCancel
Syntax
'Declaration
Protected Overrides Function QueryCancel As Boolean
protected override bool QueryCancel ()
protected:
virtual bool QueryCancel () override
protected boolean QueryCancel ()
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
Reference
SmsPropertyPage Class
SmsPropertyPage Members
Microsoft.ConfigurationManagement.AdminConsole Namespace