Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

SelectionStyle Property, SftTree Class

Defines the selection style.

Class: SftTree
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public SelectionStyleEnum SelectionStyle { get; set; }
Public Property SelectionStyle As SelectionStyleEnum

Value

The selection style.

The default value is SelectionStyleEnum.SingleItem.

Comments

Defines the selection style.

The SftTree.SelectableArea property defines which which areas of items or cells can be clicked by an end user to select the item or cell.

The SftTree.SelectionOutlineStyle property defines the appearance of the selection highlight.

SftTree.SelectionHighlightStyle defines the appearance of a selected item or cell.

See Also SftTree Class | Classes | SftTree/NET 2.0