C# Class Flood.GUI.Controls.PropertyTree

Property table/tree.
Inheritance: TreeControl
Mostra file Open project: FloodProject/flood Class Usage Examples

Public Methods

Method Description
Add ( String label ) : Properties

Adds a new properties node.

PropertyTree ( Control parent ) : System

Initializes a new instance of the PropertyTree class.

Method Details

Add() public method

Adds a new properties node.
public Add ( String label ) : Properties
label String Node label.
return Properties

PropertyTree() public method

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