C# 클래스 Microsoft.ManagementConsole.PropertyPageContainerControl

상속: System.Windows.Forms.ContainerControl
파일 보기 프로젝트 열기: SiteView/ECC8.13 1 사용 예제들

공개 메소드들

메소드 설명
ProcessHotKey ( char hotKey ) : bool
PropertyPageContainerControl ( PropertyPage ownerPage ) : Microsoft.ManagementConsole.Internal

보호된 메소드들

메소드 설명
ProcessDialogChar ( char charCode ) : bool
ProcessDialogKey ( Keys keyData ) : bool

비공개 메소드들

메소드 설명
InitializeLifetimeService ( ) : object

메소드 상세

ProcessDialogChar() 보호된 메소드

protected ProcessDialogChar ( char charCode ) : bool
charCode char
리턴 bool

ProcessDialogKey() 보호된 메소드

protected ProcessDialogKey ( Keys keyData ) : bool
keyData Keys
리턴 bool

ProcessHotKey() 공개 메소드

public ProcessHotKey ( char hotKey ) : bool
hotKey char
리턴 bool

PropertyPageContainerControl() 공개 메소드

public PropertyPageContainerControl ( PropertyPage ownerPage ) : Microsoft.ManagementConsole.Internal
ownerPage PropertyPage
리턴 Microsoft.ManagementConsole.Internal