Gets the root of the tree.
Namespace:
KansasStateUniversity.TreeViewer2
Assembly:
KansasStateUniversity.TreeViewer2 (in KansasStateUniversity.TreeViewer2.dll) Version: 2.0.0.0 (2.0.0.0)
SyntaxReadOnly Property Root As Object
Get
property Object^ Root {
Object^ get ();
}
abstract Root : Object with get
Property Value
Type:
Object
Remarks
The
TreeDrawing class
converts the returned object to a
String. In
order to control how this conversion is done, its
ToString()
method may be overridden.
ToString
See Also