C# Class Flood.GUI.ControlInternal.TreeToggleButton

Tree node toggle button (the little plus sign).
Inheritance: Flood.GUI.Controls.Button
Afficher le fichier Open project: FloodProject/flood

Méthodes publiques

Méthode Description
TreeToggleButton ( Control parent ) : Flood.GUI.Controls

Initializes a new instance of the TreeToggleButton class.

Méthodes protégées

Méthode Description
Render ( Skins skin ) : void

Renders the control using specified skin.

RenderFocus ( Skins skin ) : void

Renders the focus overlay.

Method Details

Render() protected méthode

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

RenderFocus() protected méthode

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

TreeToggleButton() public méthode

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