Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

ScrollbarStyle Property, SftTree Object

Defines the appearance of the scroll bars.

Syntax

Get

VB.NETStyle = object.ScrollbarStyle As SftTreeScrollbarStyleConstants
VBStyle = object.ScrollbarStyle As SftTreeScrollbarStyleConstants
C#.NETSftTreeScrollbarStyleConstants Style = object.ScrollbarStyle;
VC++enum SftTreeScrollbarStyleConstants Style = object->ScrollbarStyle;
enum SftTreeScrollbarStyleConstants Style = object->GetScrollbarStyle();
CHRESULT object->get_ScrollbarStyle(enum SftTreeScrollbarStyleConstants* Style);

Put

VB.NETobject.ScrollbarStyle = Style As SftTreeScrollbarStyleConstants
VBobject.ScrollbarStyle = Style As SftTreeScrollbarStyleConstants
C#.NETSftTreeScrollbarStyleConstants object.ScrollbarStyle = Style;
VC++enum SftTreeScrollbarStyleConstants object->ScrollbarStyle = Style;
void object->PutScrollbarStyle(enum SftTreeScrollbarStyleConstants Style);
CHRESULT object->put_ScrollbarStyle(enum SftTreeScrollbarStyleConstants Style);

object

A SftTree object.

Style

Defines the appearance of the scroll bars.

StyleValueDescription
scrollstyleSftTreeStandard0The scroll bar is a standard scroll bar (the default appearance used by the operating system).
scrollstyleSftTreeFlat1The scroll bar has a flat appearance.
scrollstyleSftTreeFlat3D2The scroll bar has a flat appearance. The scroll bar portion where the mouse cursor is located will be displayed in a 3D fashion.

Comments

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


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.