TreeColumnCollection Constructor
In This Topic
Initializes a new instance of the
TreeColumnCollection class.
Syntax
'Declaration
Public Function New( _
ByVal As TreePanel _
)
public TreeColumnCollection(
TreePanel
)
Parameters
- treePanel
- The parent tree panel of this collection.
See Also