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
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
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
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).
HandleReturn = -842150451
MousePointer = 0
LeftButtonOnly = 1
LeftItemClickOnly= 1
OLEDropMode = 0
RightToLeft = 0
UseThemes = -1 'True
Scrollbars = 3
ScrollbarStyle = 0
ShowTruncated = 1
VAlignStyle = 0
VirtualMode = 0
WebLicense = ""
SmoothScroll = 1
ButtonAppearance= -1
MouseOverTransitionEffect= 4See Also SftTree Object | Object Hierarchy
