C# Class Gwen.ControlInternal.PropertyTreeNode

Properties node.
Inheritance: TreeNode
Show file Open project: gered/gwen-dotnet Class Usage Examples

Public Methods

Method Description
PropertyTreeNode ( Base parent ) : System

Initializes a new instance of the PropertyTreeNode class.

Protected Methods

Method Description
Render ( Skin.Base skin ) : void

Renders the control using specified skin.

Method Details

PropertyTreeNode() public method

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

Render() protected method

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