C# Class Flood.GUI.Controls.TabTitleBar

Titlebar for DockedTabControl.
Inheritance: Label
Afficher le fichier Open project: FloodProject/flood Class Usage Examples

Méthodes publiques

Méthode Description
DragAndDrop_StartDragging ( DragDrop package, int x, int y ) : void
TabTitleBar ( Control parent ) : Flood.GUI.DragDrop
UpdateFromTab ( TabButton button ) : void

Méthodes protégées

Méthode Description
Render ( Skins skin ) : void

Renders the control using specified skin.

Method Details

DragAndDrop_StartDragging() public méthode

public DragAndDrop_StartDragging ( DragDrop package, int x, int y ) : void
package DragDrop
x int
y int
Résultat void

Render() protected méthode

Renders the control using specified skin.
protected Render ( Skins skin ) : void
skin Skins Skin to use.
Résultat void

TabTitleBar() public méthode

public TabTitleBar ( Control parent ) : Flood.GUI.DragDrop
parent Control
Résultat Flood.GUI.DragDrop

UpdateFromTab() public méthode

public UpdateFromTab ( TabButton button ) : void
button TabButton
Résultat void