C# Class Flood.GUI.ControlInternal.Highlight

Drag&drop highlight.
Inheritance: Flood.GUI.Controls.Control
Exibir arquivo Open project: FloodProject/flood

Public Methods

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

Initializes a new instance of the Highlight class.

Protected Methods

Method Description
Render ( Skins skin ) : void

Renders the control using specified skin.

Method Details

Highlight() public method

Initializes a new instance of the Highlight class.
public Highlight ( 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