Table of Contents

Enum TreeSelectionMode

Namespace
HP.LFT.SDK.SAP.GUI
Assembly
HP.LFT.SDK.dll

The selections that are possible in a tree.

public enum TreeSelectionMode

Fields

TreeSelectItemMultiple = 3

Can select multiple items.

TreeSelectItemSingle = 2

Can select a single item.

TreeSelectNodeMultiple = 1

Can select multiple nodes.

TreeSelectNodeSingle = 0

Can select a single node.