C# 클래스 Flood.GUI.Controls.DockedTabControl

Docked tab control.
상속: TabControl
파일 보기 프로젝트 열기: FloodProject/flood 1 사용 예제들

공개 메소드들

메소드 설명
DockedTabControl ( Control parent )

Initializes a new instance of the DockedTabControl class.

DragAndDrop_EndDragging ( bool success, int x, int y ) : void
DragAndDrop_StartDragging ( DragDrop package, int x, int y ) : void
MoveTabsTo ( DockedTabControl target ) : void

보호된 메소드들

메소드 설명
Layout ( Skins skin ) : void

Lays out the control's interior according to alignment, padding, dock etc.

비공개 메소드들

메소드 설명
UpdateTitleBar ( ) : void

메소드 상세

DockedTabControl() 공개 메소드

Initializes a new instance of the DockedTabControl class.
public DockedTabControl ( Control parent )
parent Control Parent control.

DragAndDrop_EndDragging() 공개 메소드

public DragAndDrop_EndDragging ( bool success, int x, int y ) : void
success bool
x int
y int
리턴 void

DragAndDrop_StartDragging() 공개 메소드

public DragAndDrop_StartDragging ( DragDrop package, int x, int y ) : void
package DragDrop
x int
y int
리턴 void

Layout() 보호된 메소드

Lays out the control's interior according to alignment, padding, dock etc.
protected Layout ( Skins skin ) : void
skin Skins Skin to use.
리턴 void

MoveTabsTo() 공개 메소드

public MoveTabsTo ( DockedTabControl target ) : void
target DockedTabControl
리턴 void