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 the width of the splitter bar in pixels.
Get
VB.NET | WidthPix = object.WidthPix As Integer |
VB | WidthPix = object.WidthPix As Long |
C#.NET | int WidthPix = object.WidthPix; |
VC++ | long WidthPix = object->WidthPix; long WidthPix = object->GetWidthPix(); |
C | HRESULT object->get_WidthPix(long* WidthPix); |
Put
VB.NET | object.WidthPix = WidthPix As Integer |
VB | object.WidthPix = WidthPix As Long |
C#.NET | int object.WidthPix = WidthPix; |
VC++ | long object->WidthPix = WidthPix; void object->PutWidthPix(long WidthPix); |
C | HRESULT object->put_WidthPix(long WidthPix); |
object
A SftTreeSplitter object.
WidthPix
Defines the width of the splitter bar in pixels. The valid range is 3..7 pixels.
The WidthPix property defines the width of the splitter bar in pixels.
The Splitter.Width and 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