TreeNode
:
object
Describes a node in a tree/network structure
Method
public
readonly
Point
TreeNode
.
BeginPoint
The starting point of the branch line
public
virtual
int
object
.
Compare
(
value
)
Compares this object with another and returns (-1, 0, or 1)
public
readonly
Point
TreeNode
.
EndPoint
The ending point of the branch line
public
virtual
Icon
object
.
GetIcon
Return a icon for this object
public
virtual
object
.
GetLayoutBlock
Return a layout inside a block
public
virtual
object
.
GetLayoutSpan
Return a layout inside a span
public
virtual
object
.
GetLayoutTip
Return a layout for the hint popup
public
virtual
object
.
GetSourceReference
Return a source reference for this object
public
virtual
void
object
.
GetTexSource
(
source
)
LaTeX source code for this object
public
readonly
bool
TreeNode
.
IsFirst
The first sibling
public
readonly
bool
TreeNode
.
IsLast
The last sibling
public
readonly
Node
TreeNode
.
Value
The node data