PropertyPage Methods

 

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod OnApply()

Indicates that the user has clicked the Apply button and wants all changes to take effect. The OnApply method is invoked on every property sheet when the Apply button is clicked.

System_CAPS_protmethod OnCancel()

Indicates that the user has chosen Cancel and the property sheet is about to be destroyed. All changes that are made since the last Apply notification are canceled.

System_CAPS_protmethod OnDestroy()

Sends a notification that the property sheet is about to be destroyed. The property page can begin its cleanup operations when it receives this notification message.

System_CAPS_protmethod OnInitialize()

Sends an initialize notification for a property page. The default implementation is empty.

System_CAPS_protmethod OnKillActive()

Sends a notification that the property page is about to lose activation either because another page is being activated or because the user has clicked the OK button. The default implementation allows the property page to be de-activated.

System_CAPS_protmethod OnOK()

Indicates that the user has clicked either the OK button or the Close button. The OnOK method is invoked on every property page so that all changes can take effect.

System_CAPS_protmethod OnSetActive()

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

System_CAPS_protmethod QueryCancel()

Indicates that the user wants to cancel the property sheet. The default implementation allows the Cancel operation.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

See Also

PropertyPage Class
Microsoft.ManagementConsole Namespace

Return to top