PropertyPage.OnSetActive Method ()

 

Sends a notification that the page is about to be activated.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

protected internal virtual void OnSetActive()
public protected:
virtual void OnSetActive()
abstract OnSetActive : unit -> unit
override OnSetActive : unit -> unit
Protected Friend Overridable Sub OnSetActive

Remarks

By default, the focus is set on the first tab control in the page. To set the focus to another control, you may override this method.

See Also

PropertyPage Class
Microsoft.ManagementConsole Namespace

Return to top