Method | Description | |
---|---|---|
ScopePropertyPage ( Microsoft.ManagementConsole.Samples.SampleScopeNode parentScopeNode ) : System |
Constructor for the page.
|
Method | Description | |
---|---|---|
OnApply ( ) : bool |
Sent to every page in the property sheet to indicate that the user has clicked the Apply button and wants all changes to take effect.
|
|
OnCancel ( ) : void |
Indicates that the user has canceled and the property sheet is about to be destroyed. All changes made since the last PSN_APPLY notification are canceled
|
|
OnDestroy ( ) : void |
Notifies a page that the property sheet is getting destoyed. Use this notification message as an opportunity to perform cleanup operations.
|
|
OnInitialize ( ) : void |
Initialize notification for the page. Default implementation is empty.
|
|
OnOK ( ) : bool |
Sent to every page in the property sheet to indicate that the user has clicked the OK or Close button and wants all changes to take effect.
|
|
QueryCancel ( ) : bool |
Indicates that the user wants to cancel the property sheet. Default implementation allows cancel operation.
|
public ScopePropertyPage ( Microsoft.ManagementConsole.Samples.SampleScopeNode parentScopeNode ) : System | ||
parentScopeNode | Microsoft.ManagementConsole.Samples.SampleScopeNode | |
return | System |