GetCheckBoxState Method (SapTree)

Class

SapTree.

Action

Retrieves the CheckBox state (true = Checked, false = Unchecked).

Syntax

C#
checkBoxState = tree.GetCheckBoxState(nodeKey, itemName)
VB
checkBoxState = tree.GetCheckBoxState(nodeKey, itemName)
Variable Description
checkBoxState Boolean.
nodeKey The key of the node. String.
itemName The name of the item. String.