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

Tab strip - groups TabButtons and allows reordering.
상속: Control
파일 보기 프로젝트 열기: FloodProject/flood 1 사용 예제들

공개 메소드들

메소드 설명
DragAndDrop_CanAcceptPackage ( DragDrop p ) : bool
DragAndDrop_HandleDrop ( DragDrop p, int x, int y ) : bool
DragAndDrop_Hover ( DragDrop p, int x, int y ) : void
DragAndDrop_HoverEnter ( DragDrop p, int x, int y ) : void
DragAndDrop_HoverLeave ( DragDrop p ) : void
TabStrip ( Control parent ) : System

Initializes a new instance of the TabStrip class.

보호된 메소드들

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

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

메소드 상세

DragAndDrop_CanAcceptPackage() 공개 메소드

public DragAndDrop_CanAcceptPackage ( DragDrop p ) : bool
p DragDrop
리턴 bool

DragAndDrop_HandleDrop() 공개 메소드

public DragAndDrop_HandleDrop ( DragDrop p, int x, int y ) : bool
p DragDrop
x int
y int
리턴 bool

DragAndDrop_Hover() 공개 메소드

public DragAndDrop_Hover ( DragDrop p, int x, int y ) : void
p DragDrop
x int
y int
리턴 void

DragAndDrop_HoverEnter() 공개 메소드

public DragAndDrop_HoverEnter ( DragDrop p, int x, int y ) : void
p DragDrop
x int
y int
리턴 void

DragAndDrop_HoverLeave() 공개 메소드

public DragAndDrop_HoverLeave ( DragDrop p ) : void
p DragDrop
리턴 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

TabStrip() 공개 메소드

Initializes a new instance of the TabStrip class.
public TabStrip ( Control parent ) : System
parent Control Parent control.
리턴 System