C# Class Gwen.ControlInternal.PropertyTreeNode

Properties node.
Inheritance: TreeNode
Afficher le fichier Open project: gered/gwen-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
PropertyTreeNode ( Base parent ) : System

Initializes a new instance of the PropertyTreeNode class.

Méthodes protégées

Méthode Description
Render ( Skin.Base skin ) : void

Renders the control using specified skin.

Method Details

PropertyTreeNode() public méthode

Initializes a new instance of the PropertyTreeNode class.
public PropertyTreeNode ( Base parent ) : System
parent Base Parent control.
Résultat System

Render() protected méthode

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