C# Class Microsoft.ManagementConsole.PropertySheet

Mostra file Open project: SiteView/ECC8.13 Class Usage Examples

Private Properties

Property Type Description
AddPropertyPage void
AddPropertyPages void
InitializeConsoleDialogHost void
ModifyDirtyFlagForPage void
ProcessDialogKey void
ProcessNotificationMessage void
ProcessRequestMessage Microsoft.ManagementConsole.Internal.PropertyPageMessageResponse
PropertySheet Microsoft.ManagementConsole.Advanced
RemovePropertyPage void
SetPropertyPageControl void

Public Methods

Method Description
CancelToClose ( ) : void
GetPropertyPage ( int index ) : PropertyPage
SetActivePage ( int index ) : void
Show ( Form form ) : void
ShowDialog ( CommonDialog commonDialog ) : DialogResult
ShowDialog ( Form form ) : DialogResult
ShowDialog ( Form form, WaitCursor waitCursor ) : DialogResult
ShowDialog ( MessageBoxParameters parameters ) : DialogResult

Private Methods

Method Description
AddPropertyPage ( PropertyPage propertyPage ) : void
AddPropertyPages ( PropertyPageCollection pageCollection ) : void
InitializeConsoleDialogHost ( ) : void
ModifyDirtyFlagForPage ( int pageId, bool isDirty ) : void
ProcessDialogKey ( int pageId, Keys keyData ) : void
ProcessNotificationMessage ( PropertyPageNotification pageNotif ) : void
ProcessRequestMessage ( PropertyPageMessageRequestInfo requestInfo ) : PropertyPageMessageResponse
PropertySheet ( PropertySheetManager manager, int sheetId, Microsoft auxiliarySelectionData ) : Microsoft.ManagementConsole.Advanced
RemovePropertyPage ( PropertyPage propertyPage ) : void
SetPropertyPageControl ( int pageId, Control control, IntPtr handle ) : void

Method Details

CancelToClose() public method

public CancelToClose ( ) : void
return void

GetPropertyPage() public method

public GetPropertyPage ( int index ) : PropertyPage
index int
return PropertyPage

SetActivePage() public method

public SetActivePage ( int index ) : void
index int
return void

Show() public method

public Show ( Form form ) : void
form System.Windows.Forms.Form
return void

ShowDialog() public method

public ShowDialog ( CommonDialog commonDialog ) : DialogResult
commonDialog System.Windows.Forms.CommonDialog
return DialogResult

ShowDialog() public method

public ShowDialog ( Form form ) : DialogResult
form System.Windows.Forms.Form
return DialogResult

ShowDialog() public method

public ShowDialog ( Form form, WaitCursor waitCursor ) : DialogResult
form System.Windows.Forms.Form
waitCursor Microsoft.ManagementConsole.Advanced.WaitCursor
return DialogResult

ShowDialog() public method

public ShowDialog ( MessageBoxParameters parameters ) : DialogResult
parameters MessageBoxParameters
return DialogResult