|
|
|
SftTree.ItemsShown Property |
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
VB.NET |
Count = object.ItemsShown As Integer |
||
VB |
Count = object.ItemsShown As Long |
||
C#.NET |
int Count = object.ItemsShown; |
||
VC++ |
long Count = object->ItemsShown;
|
||
C |
HRESULT object->get_ItemsShown(long* Count); |
||
Delphi |
Count := object.ItemsShown : Integer; |
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