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 control's border style.
Get
VB.NET | Style = object.BorderStyle As Short |
VB | Style = object.BorderStyle As Integer |
C#.NET | short Style = object.BorderStyle; |
VC++ | short Style = object->BorderStyle; short Style = object->GetBorderStyle(); |
C | HRESULT object->get_BorderStyle(short* Style); |
Put
VB.NET | object.BorderStyle = Style As Short |
VB | object.BorderStyle = Style As Integer |
C#.NET | short object.BorderStyle = Style; |
VC++ | short object->BorderStyle = Style; void object->PutBorderStyle(short Style); |
C | HRESULT object->put_BorderStyle(short Style); |
object
Style
Defines the control's border style.
Style | Description |
---|---|
0 | None. The control doesn't have a border. |
1 | Paints the control with a border. |
The BorderStyle property defines the control's border style.
The control's border can be controlled further by the Appearance property.
If Windows themes are used, this property will cause a border to be displayed (if set to 1), rendered using the current theme's style.
This property is read/only at run-time.
See Also SftDirectory Object | Object Hierarchy