|
|
|
SftTreeItem.HideExpandCollapseButton Property |
Defines whether the item's expand/collapse button is hidden.
Syntax
VB.NET |
Boolean = object.HideExpandCollapseButton As Boolean |
||
VB |
Boolean = object.HideExpandCollapseButton As Boolean |
||
C#.NET |
bool Boolean = object.HideExpandCollapseButton; |
||
VC++ |
VARIANT_BOOL Boolean = object->HideExpandCollapseButton;
|
||
C |
HRESULT object->get_HideExpandCollapseButton(VARIANT_BOOL* Boolean); |
||
Delphi |
Boolean := object.HideExpandCollapseButton : WordBool; |
||
VB.NET |
object.HideExpandCollapseButton = Boolean As Boolean |
||
VB |
object.HideExpandCollapseButton = Boolean As Boolean |
||
C#.NET |
bool object.HideExpandCollapseButton = Boolean; |
||
VC++ |
VARIANT_BOOL object->HideExpandCollapseButton = Boolean;
|
||
C |
HRESULT object->put_HideExpandCollapseButton(VARIANT_BOOL Boolean); |
||
Delphi |
object.HideExpandCollapseButton := Boolean : WordBool; |
object
A SftTreeItem object.
Boolean
Defines whether the item's expand/collapse button is hidden.
Boolean |
Description |
True |
The item's expand/collapse button is hidden. |
False |
The item's expand/collapse button is shown. |
Comments
The HideExpandCollapseButton property defines whether the item's expand/collapse button is hidden.
If the item is not expandable and doesn't have an expand/collapse button, this property has no effect.
The ButtonStyle property defines the expand/collapse button display method for all items.
See Also SftTreeItem Object | Object Hierarchy