C# Class Microsoft.ManagementConsole.PropertySheet

Afficher le fichier Open project: SiteView/ECC8.13 Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode 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

Méthode 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 méthode

public CancelToClose ( ) : void
Résultat void

GetPropertyPage() public méthode

public GetPropertyPage ( int index ) : PropertyPage
index int
Résultat PropertyPage

SetActivePage() public méthode

public SetActivePage ( int index ) : void
index int
Résultat void

Show() public méthode

public Show ( Form form ) : void
form System.Windows.Forms.Form
Résultat void

ShowDialog() public méthode

public ShowDialog ( CommonDialog commonDialog ) : DialogResult
commonDialog System.Windows.Forms.CommonDialog
Résultat DialogResult

ShowDialog() public méthode

public ShowDialog ( Form form ) : DialogResult
form System.Windows.Forms.Form
Résultat DialogResult

ShowDialog() public méthode

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

ShowDialog() public méthode

public ShowDialog ( MessageBoxParameters parameters ) : DialogResult
parameters MessageBoxParameters
Résultat DialogResult