Share via


SmsPropertyPage.OnKillActive Method

Handles a notification that the property page is about to lose activation, either because another page is being activated, or because the user has clicked OK.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim returnValue As Boolean

returnValue = Me.OnKillActive

Syntax

'Declaration
Protected Overrides Function OnKillActive As Boolean
protected override bool OnKillActive ()
protected:
virtual bool OnKillActive () override
protected boolean OnKillActive ()
protected override function OnKillActive () : boolean

Return Value

true if the page is deactivated; otherwise false.

Remarks

Your application must override this method in a derived class. The default implementation deactivates the page.

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