|
|
|
SftTreeSplitter.WidthPix Property |
Defines the width of the splitter bar in pixels.
Syntax
VB.NET |
WidthPix = object.WidthPix As Integer |
||
VB |
WidthPix = object.WidthPix As Long |
||
C#.NET |
int WidthPix = object.WidthPix; |
||
VC++ |
long WidthPix = object->WidthPix;
|
||
C |
HRESULT object->get_WidthPix(long* WidthPix); |
||
Delphi |
WidthPix := object.WidthPix : Integer; |
||
VB.NET |
object.WidthPix = WidthPix As Integer |
||
VB |
object.WidthPix = WidthPix As Long |
||
C#.NET |
int object.WidthPix = WidthPix; |
||
VC++ |
long object->WidthPix = WidthPix;
|
||
C |
HRESULT object->put_WidthPix(long WidthPix); |
||
Delphi |
object.WidthPix := WidthPix : Integer; |
object
A SftTreeSplitter object.
WidthPix
Defines the width of the splitter bar in pixels. The valid range is 3..7 pixels.
Comments
The WidthPix 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