C# Class Flood.GUI.ControlInternal.TreeToggleButton

Tree node toggle button (the little plus sign).
Inheritance: Flood.GUI.Controls.Button
显示文件 Open project: FloodProject/flood

Public Methods

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

Initializes a new instance of the TreeToggleButton class.

Protected Methods

Method Description
Render ( Skins skin ) : void

Renders the control using specified skin.

RenderFocus ( Skins skin ) : void

Renders the focus overlay.

Method Details

Render() protected method

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

RenderFocus() protected method

Renders the focus overlay.
protected RenderFocus ( Skins skin ) : void
skin Skins Skin to use.
return void

TreeToggleButton() public method

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