C# Class Flood.GUI.Controls.TabTitleBar

Titlebar for DockedTabControl.
Inheritance: Label
Datei anzeigen Open project: FloodProject/flood Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Render ( Skins skin ) : void

Renders the control using specified skin.

Method Details

DragAndDrop_StartDragging() public method

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

Render() protected method

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

TabTitleBar() public method

public TabTitleBar ( Control parent ) : Flood.GUI.DragDrop
parent Control
return Flood.GUI.DragDrop

UpdateFromTab() public method

public UpdateFromTab ( TabButton button ) : void
button TabButton
return void