SetCheckBoxState Method (SapTree)

Class

SapTree.

Action

Changes the state of the checkbox in the given node.

Syntax

C#
tree.SetCheckBoxState(nodeKey, itemName, check)
VB
tree.SetCheckBoxState(nodeKey, itemName, check)
Variable Description
nodeKey The key of the node. String.
itemName The name of the item. String.
check The new checkbox state. Boolean.