Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

ItemsShown Property, SftTree Object

Returns the number of completely and partially visible items in the client area.

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

Syntax

Get

VB.NETCount = object.ItemsShown As Integer
VBCount = object.ItemsShown As Long
C#.NETint Count = object.ItemsShown;
VC++long Count = object->ItemsShown;
long Count = object->GetItemsShown();
CHRESULT object->get_ItemsShown(long* Count);

object

A SftTree object.

Count

Returns the number of completely and partially visible items in the client area.

Comments

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

The ItemsShown property returns the number of completely and partially visible items in the client area.

The ItemsShown property returns the total number of visible items in the tree control's client area, including partially visible items. The Items.ShownComplete property returns the number of completely visible items, not including partial 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.