SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines whether the item's expand/collapse button is hidden.
Get
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; VARIANT_BOOL Boolean = object->GetHideExpandCollapseButton(); |
C | HRESULT object->get_HideExpandCollapseButton(VARIANT_BOOL* Boolean); |
Put
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; void object->PutHideExpandCollapseButton(VARIANT_BOOL Boolean); |
C | HRESULT object->put_HideExpandCollapseButton(VARIANT_BOOL Boolean); |
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. |
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