Method | Description | |
---|---|---|
TreeNodeVWG ( IControlFactory controlFactory, string text ) : System |
Constructs a new TreeNodeVWG with the specified text.
|
public TreeNodeVWG ( IControlFactory controlFactory, string text ) : System | ||
controlFactory | IControlFactory | The Control Factory to use to construct new nodes |
text | string | The label text of the new Tree node |
return | System |