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

Visual Basic
Dim returnValue As Boolean

returnValue = Me.OnKillActive

Syntax

Visual Basic
Protected Overrides Function OnKillActive As Boolean
C#
protected override bool OnKillActive ()
C++
protected:
virtual bool OnKillActive () override
J#
protected boolean OnKillActive ()
JScript
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