GetNodeTextColor Method (SapTree)
Class
SapTree
.
Action
Returns the node text color.
Syntax
C#
nodeTextColor
=
tree
.
GetNodeTextColor
(
nodeKey
)
VB
nodeTextColor
=
tree
.
GetNodeTextColor
(
nodeKey
)
Variable
Description
nodeTextColor
Integer
.
nodeKey
The key of the node.
String
.