|
|
|
SftTreeSplitter.Width Property |
Defines the width of the splitter bar.
Syntax
VB.NET |
Width = object.Width As Single |
||
VB |
Width = object.Width As Single |
||
C#.NET |
float Width = object.Width; |
||
VC++ |
float Width = object->Width;
|
||
C |
HRESULT object->get_Width(float* Width); |
||
Delphi |
Width := object.Width : Single; |
||
VB.NET |
object.Width = Width As Single |
||
VB |
object.Width = Width As Single |
||
C#.NET |
float object.Width = Width; |
||
VC++ |
float object->Width = Width;
|
||
C |
HRESULT object->put_Width(float Width); |
||
Delphi |
object.Width := Width : Single; |
object
A SftTreeSplitter object.
Width
Defines the width of the splitter bar. The units used depend on the container (Visual Basic, Visual C++, etc.) and the coordinate system used. The valid range is 3..7 pixels.
Comments
The Width property defines the width of the splitter bar in pixels.
The Splitter.Width and Splitter.WidthPix properties are synonyms, but may use different coordinate systems.
The Splitter.Visible property is used to define a splitter bar.
See Also SftTreeSplitter Object | Object Hierarchy