GetNodeStyle Method (SapTree)
Class
SapTree
.
Action
Returns the style of the node.
Syntax
C#
nodeStyle
=
tree
.
GetNodeStyle
(
nodeKey
)
VB
nodeStyle
=
tree
.
GetNodeStyle
(
nodeKey
)
Variable
Description
nodeStyle
Integer
.
nodeKey
The key of the node.
String
.