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 appearance of the scroll bars.
Get
VB.NET | Style = object.ScrollbarStyle As SftTreeScrollbarStyleConstants |
VB | Style = object.ScrollbarStyle As SftTreeScrollbarStyleConstants |
C#.NET | SftTreeScrollbarStyleConstants Style = object.ScrollbarStyle; |
VC++ | enum SftTreeScrollbarStyleConstants Style = object->ScrollbarStyle; enum SftTreeScrollbarStyleConstants Style = object->GetScrollbarStyle(); |
C | HRESULT object->get_ScrollbarStyle(enum SftTreeScrollbarStyleConstants* Style); |
Put
VB.NET | object.ScrollbarStyle = Style As SftTreeScrollbarStyleConstants |
VB | object.ScrollbarStyle = Style As SftTreeScrollbarStyleConstants |
C#.NET | SftTreeScrollbarStyleConstants object.ScrollbarStyle = Style; |
VC++ | enum SftTreeScrollbarStyleConstants object->ScrollbarStyle = Style; void object->PutScrollbarStyle(enum SftTreeScrollbarStyleConstants Style); |
C | HRESULT object->put_ScrollbarStyle(enum SftTreeScrollbarStyleConstants Style); |
object
Style
Defines the appearance of the scroll bars.
Style | Value | Description |
---|---|---|
scrollstyleSftTreeStandard | 0 | The scroll bar is a standard scroll bar (the default appearance used by the operating system). |
scrollstyleSftTreeFlat | 1 | The scroll bar has a flat appearance. |
scrollstyleSftTreeFlat3D | 2 | The scroll bar has a flat appearance. The scroll bar portion where the mouse cursor is located will be displayed in a 3D fashion. |
The ScrollbarStyle property defines the appearance of the scroll bars.
The presence of scroll bars is also dependent on the settings of the Scrollbars property.
This property has no effect if Windows themes are available (even if UseThemes is set to False).
See Also SftTree Object | Object Hierarchy