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.
Deprecated - Provided for compatibility with earlier versions only - Use Splitter.Visible instead
Get
VB.NET | Boolean = object.SplitterBar As Boolean |
VB | Boolean = object.SplitterBar As Boolean |
C#.NET | bool Boolean = object.SplitterBar; |
VC++ | VARIANT_BOOL Boolean = object->SplitterBar; VARIANT_BOOL Boolean = object->GetSplitterBar(); |
C | HRESULT object->get_SplitterBar(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.SplitterBar = Boolean As Boolean |
VB | object.SplitterBar = Boolean As Boolean |
C#.NET | bool object.SplitterBar = Boolean; |
VC++ | VARIANT_BOOL object->SplitterBar = Boolean; void object->PutSplitterBar(VARIANT_BOOL Boolean); |
C | HRESULT object->put_SplitterBar(VARIANT_BOOL Boolean); |
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. |
Deprecated - Provided for compatibility with earlier versions only - Use Splitter.Visible instead
The SplitterBar 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.
See Also SftTree Object | Object Hierarchy