| 
 | 
 | 
 | 
| SftTree.SplitterWidth Property | 
Defines the width of the splitter bar in pixels.
Deprecated - Provided for compatibility with earlier versions only - Use Splitter.WidthPix instead
Syntax
| VB.NET | Width = object.SplitterWidth As Short | ||
| VB | Width = object.SplitterWidth As Integer | ||
| C#.NET | short Width = object.SplitterWidth; | ||
| VC++ | 
short Width = object->SplitterWidth;
 | ||
| C | HRESULT object->get_SplitterWidth(short* Width); | ||
| Delphi | Width := object.SplitterWidth : Smallint; | ||
| VB.NET | object.SplitterWidth = Width As Short | ||
| VB | object.SplitterWidth = Width As Integer | ||
| C#.NET | short object.SplitterWidth = Width; | ||
| VC++ | 
short object->SplitterWidth = Width;
 | ||
| C | HRESULT object->put_SplitterWidth(short Width); | ||
| Delphi | object.SplitterWidth := Width : Smallint; | ||
object
A SftTree object.
Width
Defines the width of the splitter bar in pixels. The valid range is 3..7 pixels.
Comments
Deprecated - Provided for compatibility with earlier versions only - Use Splitter.WidthPix instead
The SplitterWidth property defines the width of the splitter bar in pixels.
The Splitter.Visible property is used to define a splitter bar.
See Also SftTree Object | Object Hierarchy