C# Класс Microsoft.ManagementConsole.PropertySheet

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
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

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

CancelToClose() публичный Метод

public CancelToClose ( ) : void
Результат void

GetPropertyPage() публичный Метод

public GetPropertyPage ( int index ) : PropertyPage
index int
Результат PropertyPage

SetActivePage() публичный Метод

public SetActivePage ( int index ) : void
index int
Результат void

Show() публичный Метод

public Show ( Form form ) : void
form System.Windows.Forms.Form
Результат void

ShowDialog() публичный Метод

public ShowDialog ( CommonDialog commonDialog ) : DialogResult
commonDialog System.Windows.Forms.CommonDialog
Результат DialogResult

ShowDialog() публичный Метод

public ShowDialog ( Form form ) : DialogResult
form System.Windows.Forms.Form
Результат DialogResult

ShowDialog() публичный Метод

public ShowDialog ( Form form, WaitCursor waitCursor ) : DialogResult
form System.Windows.Forms.Form
waitCursor Microsoft.ManagementConsole.Advanced.WaitCursor
Результат DialogResult

ShowDialog() публичный Метод

public ShowDialog ( MessageBoxParameters parameters ) : DialogResult
parameters MessageBoxParameters
Результат DialogResult