C# Class Flood.GUI.ControlInternal.MenuDivider

Divider menu item.
Inheritance: Flood.GUI.Controls.Control
Exibir arquivo Open project: FloodProject/flood Class Usage Examples

Public Methods

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

Initializes a new instance of the MenuDivider class.

Protected Methods

Method Description
Render ( Skins skin ) : void

Renders the control using specified skin.

Method Details

MenuDivider() public method

Initializes a new instance of the MenuDivider class.
public MenuDivider ( Control parent ) : Flood.GUI.Controls
parent Flood.GUI.Controls.Control Parent control.
return Flood.GUI.Controls

Render() protected method

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