C# Class Flood.GUI.ControlInternal.TabControlInner

Inner panel of tab control.
Inheritance: Flood.GUI.Controls.Control
Exibir arquivo Open project: FloodProject/flood Class Usage Examples

Protected Methods

Method Description
Render ( Skins skin ) : void

Renders the control using specified skin.

Private Methods

Method Description
TabControlInner ( Control parent ) : Flood.GUI.Controls

Initializes a new instance of the TabControlInner class.

Method Details

Render() protected method

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