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 a vertical splitter bar is present.
Get
VB.NET | Boolean = object.Visible As Boolean |
VB | Boolean = object.Visible As Boolean |
C#.NET | bool Boolean = object.Visible; |
VC++ | VARIANT_BOOL Boolean = object->Visible; VARIANT_BOOL Boolean = object->GetVisible(); |
C | HRESULT object->get_Visible(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.Visible = Boolean As Boolean |
VB | object.Visible = Boolean As Boolean |
C#.NET | bool object.Visible = Boolean; |
VC++ | VARIANT_BOOL object->Visible = Boolean; void object->PutVisible(VARIANT_BOOL Boolean); |
C | HRESULT object->put_Visible(VARIANT_BOOL Boolean); |
object
A SftTreeSplitter object.
Boolean
Defines whether a vertical splitter bar is present.
Boolean | Description |
---|---|
True | A vertical splitter bar is present. |
False | No vertical splitter bar is present. |
The Visible property defines whether a vertical splitter bar is present.
A splitter bar is only available if two or more columns have been defined (see ColumnsObj.Count property).
The Splitter.Column property is used to define the position of the splitter bar.
The Splitter.Width and Splitter.Offset properties can be used to define the size and location of the splitter bar.
This property is read/only at run-time. Changing the Visible property at run-time will clear the tree control contents.
See Also SftTreeSplitter Object | Object Hierarchy