C# 클래스 SystemEx.Windows.Forms.DockPanel

상속: WeifenLuo.WinFormsUI.Docking.DockPanel
파일 보기 프로젝트 열기: pvginkel/SystemEx

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ActivateNextTab ( bool forward ) : void
DockContentTypeOpened ( Type type ) : bool
DockPanel ( ) : System
GetDocuments ( ) : List

메소드 상세

ActivateNextTab() 공개 메소드

public ActivateNextTab ( bool forward ) : void
forward bool
리턴 void

DockContentTypeOpened() 공개 메소드

public DockContentTypeOpened ( Type type ) : bool
type System.Type
리턴 bool

DockPanel() 공개 메소드

public DockPanel ( ) : System
리턴 System

GetDocuments() 공개 메소드

public GetDocuments ( ) : List
리턴 List