Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

PrevShown Property, SftTreeItem Object

Returns the index of the previous visible item.

Syntax

Get

VB.NETItemIndex = object.PrevShown As Integer
VBItemIndex = object.PrevShown As Long
C#.NETint ItemIndex = object.PrevShown;
VC++long ItemIndex = object->PrevShown;
long ItemIndex = object->GetPrevShown();
CHRESULT object->get_PrevShown(long* ItemIndex);

object

A SftTreeItem object.

ItemIndex

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

Comments

The PrevShown property returns the index of the previous visible item.

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

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

See Also SftTreeItem Object | Object Hierarchy


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