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

Titlebar for DockedTabControl.
상속: Label
파일 보기 프로젝트 열기: FloodProject/flood 1 사용 예제들

공개 메소드들

메소드 설명
DragAndDrop_StartDragging ( DragDrop package, int x, int y ) : void
TabTitleBar ( Control parent ) : Flood.GUI.DragDrop
UpdateFromTab ( TabButton button ) : void

보호된 메소드들

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

Renders the control using specified skin.

메소드 상세

DragAndDrop_StartDragging() 공개 메소드

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

Render() 보호된 메소드

Renders the control using specified skin.
protected Render ( Skins skin ) : void
skin Skins Skin to use.
리턴 void

TabTitleBar() 공개 메소드

public TabTitleBar ( Control parent ) : Flood.GUI.DragDrop
parent Control
리턴 Flood.GUI.DragDrop

UpdateFromTab() 공개 메소드

public UpdateFromTab ( TabButton button ) : void
button TabButton
리턴 void