C# Class Flood.GUI.ControlInternal.PropertyTreeNode

Properties node.
Inheritance: Flood.GUI.Controls.TreeNode
Afficher le fichier Open project: FloodProject/flood Class Usage Examples

Méthodes publiques

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

Initializes a new instance of the PropertyTreeNode class.

Méthodes protégées

Méthode Description
Render ( Skins skin ) : void

Renders the control using specified skin.

Method Details

PropertyTreeNode() public méthode

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

Render() protected méthode

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