C# 클래스 Microsoft.ManagementConsole.PropertySheet

파일 보기 프로젝트 열기: SiteView/ECC8.13 1 사용 예제들

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