Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

NextShown Property, SftTreeItem Object

Returns the index of the next visible item.

Syntax

Get

VB.NETItemIndex = object.NextShown As Integer
VBItemIndex = object.NextShown As Long
C#.NETint ItemIndex = object.NextShown;
VC++long ItemIndex = object->NextShown;
long ItemIndex = object->GetNextShown();
CHRESULT object->get_NextShown(long* ItemIndex);

object

A SftTreeItem object.

ItemIndex

Returns the index of the next visible item. -1 is returned, if no item is found.

Comments

The NextShown property returns the index of the next visible item.

Dependent items of a collapsed parent item are skipped using this method.

Use Items.FirstShown, Item.PrevShown, Items.LastShown to retrieve information about item visibility.

See Also SftTreeItem Object | Object Hierarchy


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