C# Class Flood.GUI.Controls.TabStrip

Tab strip - groups TabButtons and allows reordering.
Inheritance: Control
Afficher le fichier Open project: FloodProject/flood Class Usage Examples

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
Layout ( Skins skin ) : void

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

Method Details

DragAndDrop_CanAcceptPackage() public méthode

public DragAndDrop_CanAcceptPackage ( DragDrop p ) : bool
p DragDrop
Résultat bool

DragAndDrop_HandleDrop() public méthode

public DragAndDrop_HandleDrop ( DragDrop p, int x, int y ) : bool
p DragDrop
x int
y int
Résultat bool

DragAndDrop_Hover() public méthode

public DragAndDrop_Hover ( DragDrop p, int x, int y ) : void
p DragDrop
x int
y int
Résultat void

DragAndDrop_HoverEnter() public méthode

public DragAndDrop_HoverEnter ( DragDrop p, int x, int y ) : void
p DragDrop
x int
y int
Résultat void

DragAndDrop_HoverLeave() public méthode

public DragAndDrop_HoverLeave ( DragDrop p ) : void
p DragDrop
Résultat void

Layout() protected méthode

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

TabStrip() public méthode

Initializes a new instance of the TabStrip class.
public TabStrip ( Control parent ) : System
parent Control Parent control.
Résultat System