C# 클래스 Gtd.Client.Region

파일 보기 프로젝트 열기: beingtheworst/btw-gtd 1 사용 예제들

공개 메소드들

메소드 설명
Region ( Control container ) : System.Collections.Generic
RegisterDock ( UserControl control, string key ) : void
SwitchTo ( string key ) : void

메소드 상세

Region() 공개 메소드

public Region ( Control container ) : System.Collections.Generic
container System.Windows.Forms.Control
리턴 System.Collections.Generic

RegisterDock() 공개 메소드

public RegisterDock ( UserControl control, string key ) : void
control System.Windows.Forms.UserControl
key string
리턴 void

SwitchTo() 공개 메소드

public SwitchTo ( string key ) : void
key string
리턴 void