Enum TreeSelectionMode
The selections that are possible in a tree.
Namespace: HP.LFT.SDK.SAP.GUI
Assembly: HP.LFT.SDK.dll
Syntax
public enum TreeSelectionMode
Fields
| Name | Description |
|---|---|
| TreeSelectItemMultiple | Can select multiple items. |
| TreeSelectItemSingle | Can select a single item. |
| TreeSelectNodeMultiple | Can select multiple nodes. |
| TreeSelectNodeSingle | Can select a single node. |