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

Tab header.
상속: Button
파일 보기 프로젝트 열기: FloodProject/flood 1 사용 예제들

공개 메소드들

메소드 설명
DragAndDrop_EndDragging ( bool success, int x, int y ) : void
DragAndDrop_ShouldStartDrag ( ) : bool
DragAndDrop_StartDragging ( DragDrop package, int x, int y ) : void
TabButton ( Control parent ) : Flood.GUI.Input

Initializes a new instance of the TabButton class.

UpdateColors ( ) : void

Updates control colors.

보호된 메소드들

메소드 설명
OnKeyDown ( bool down ) : bool

Handler for Down Arrow keyboard event.

OnKeyLeft ( bool down ) : bool

Handler for Left Arrow keyboard event.

OnKeyRight ( bool down ) : bool

Handler for Right Arrow keyboard event.

OnKeyUp ( bool down ) : bool

Handler for Up Arrow keyboard event.

Render ( Skins skin ) : void

Renders the control using specified skin.

메소드 상세

DragAndDrop_EndDragging() 공개 메소드

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

DragAndDrop_ShouldStartDrag() 공개 메소드

public DragAndDrop_ShouldStartDrag ( ) : bool
리턴 bool

DragAndDrop_StartDragging() 공개 메소드

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

OnKeyDown() 보호된 메소드

Handler for Down Arrow keyboard event.
protected OnKeyDown ( bool down ) : bool
down bool Indicates whether the key was pressed or released.
리턴 bool

OnKeyLeft() 보호된 메소드

Handler for Left Arrow keyboard event.
protected OnKeyLeft ( bool down ) : bool
down bool Indicates whether the key was pressed or released.
리턴 bool

OnKeyRight() 보호된 메소드

Handler for Right Arrow keyboard event.
protected OnKeyRight ( bool down ) : bool
down bool Indicates whether the key was pressed or released.
리턴 bool

OnKeyUp() 보호된 메소드

Handler for Up Arrow keyboard event.
protected OnKeyUp ( bool down ) : bool
down bool Indicates whether the key was pressed or released.
리턴 bool

Render() 보호된 메소드

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

TabButton() 공개 메소드

Initializes a new instance of the TabButton class.
public TabButton ( Control parent ) : Flood.GUI.Input
parent Control Parent control.
리턴 Flood.GUI.Input

UpdateColors() 공개 메소드

Updates control colors.
public UpdateColors ( ) : void
리턴 void