|
|
|
SftTreeItems.Shown Property |
Returns the number of completely and partially visible items in the client area.
Syntax
VB.NET |
Count = object.Shown As Integer |
||
VB |
Count = object.Shown As Long |
||
C#.NET |
int Count = object.Shown; |
||
VC++ |
long Count = object->Shown;
|
||
C |
HRESULT object->get_Shown(long* Count); |
||
Delphi |
Count := object.Shown : Integer; |
object
A SftTreeItems object.
Count
Returns the number of completely and partially visible items in the client area.
Comments
The Shown property returns the number of completely and partially visible items in the client area.
The Items.Shown 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 SftTreeItems Object | Object Hierarchy