Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

ListSelection1 Property, SftTree Object

Returns the selected item.

Deprecated - Provided for compatibility with earlier versions only - Use Items.Selection instead

Syntax

Get

VB.NETItemIndex = object.get_ListSelection1(ByVal SelectionIndex As Integer) As Integer
VBItemIndex = object.ListSelection1(ByVal SelectionIndex As Long) As Long
C#.NETint ItemIndex = object.get_ListSelection1(int SelectionIndex);
VC++long ItemIndex = object->ListSelection1[long SelectionIndex];
long ItemIndex = object->GetListSelection1(long SelectionIndex);
CHRESULT object->get_ListSelection1(long SelectionIndex, long* ItemIndex);

object

A SftTree object.

SelectionIndex

The entry number of the selected item index to return.

ItemIndex

Returns the item index of the nth selected item as specified by SelectionIndex. -1 is returned if no item is selected.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Items.Selection instead

The ListSelection1 property returns the selected item.

The ListSelection1 property returns the zero-based index of the nth selected item as specified by SelectionIndex. In a single selection tree control (see Items.MultiSelect property), SelectionIndex can only be specified as 0. The first (and only) selected item is returned or -1 if no item is selected.

In a multiple selection tree control, the index of all selected items can be retrieved. The Items.SelectionCount property returns the number of selected items. The Items.SelectionGroupStart and Items.SelectionGroupEnd properties are used to retrieve groups of selected items.

See Also SftTree Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.