C# Class Flood.GUI.ControlInternal.RightArrow

Submenu indicator.
Inheritance: Flood.GUI.Controls.Control
Exibir arquivo Open project: FloodProject/flood

Public Methods

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

Initializes a new instance of the RightArrow class.

Protected Methods

Method Description
Render ( Skins skin ) : void

Renders the control using specified skin.

Method Details

Render() protected method

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

RightArrow() public method

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