C# Class Microsoft.ManagementConsole.PropertyPage

显示文件 Open project: SiteView/ECC8.13 Class Usage Examples

Private Properties

Property Type Description
ClearDirtyFlag void
InternalDestroy void
InternalInitialize void
InternalSetActive void
OnHandleCreated void
ProcessMnemonic bool
SetPageIdAndParentSheet void
Synchronize void
ThrowIfPageIsAdded void
ValidateRequest void

Protected Methods

Method Description
OnApply ( ) : bool
OnCancel ( ) : void
OnDestroy ( ) : void
OnInitialize ( ) : void
OnKillActive ( ) : bool
OnOK ( ) : bool
OnSetActive ( ) : void
QueryCancel ( ) : bool

Private Methods

Method Description
ClearDirtyFlag ( ) : void
InternalDestroy ( ) : void
InternalInitialize ( ) : void
InternalSetActive ( ) : void
OnHandleCreated ( object control, EventArgs args ) : void
ProcessMnemonic ( char charCode ) : bool
SetPageIdAndParentSheet ( int id, PropertySheet sheet ) : void
Synchronize ( ) : void
ThrowIfPageIsAdded ( ) : void
ValidateRequest ( ) : void

Method Details

OnApply() protected method

protected OnApply ( ) : bool
return bool

OnCancel() protected method

protected OnCancel ( ) : void
return void

OnDestroy() protected method

protected OnDestroy ( ) : void
return void

OnInitialize() protected method

protected OnInitialize ( ) : void
return void

OnKillActive() protected method

protected OnKillActive ( ) : bool
return bool

OnOK() protected method

protected OnOK ( ) : bool
return bool

OnSetActive() protected method

protected OnSetActive ( ) : void
return void

QueryCancel() protected method

protected QueryCancel ( ) : bool
return bool