Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

ScrollTips Property, SftTree Object

Defines whether Scroll Tips are shown.

Deprecated - Provided for compatibility with earlier versions only - Use Items.ScrollTips instead

Syntax

Get

VB.NETBoolean = object.ScrollTips As Boolean
VBBoolean = object.ScrollTips As Boolean
C#.NETbool Boolean = object.ScrollTips;
VC++VARIANT_BOOL Boolean = object->ScrollTips;
VARIANT_BOOL Boolean = object->GetScrollTips();
CHRESULT object->get_ScrollTips(VARIANT_BOOL* Boolean);

Put

VB.NETobject.ScrollTips = Boolean As Boolean
VBobject.ScrollTips = Boolean As Boolean
C#.NETbool object.ScrollTips = Boolean;
VC++VARIANT_BOOL object->ScrollTips = Boolean;
void object->PutScrollTips(VARIANT_BOOL Boolean);
CHRESULT object->put_ScrollTips(VARIANT_BOOL Boolean);

object

A SftTree object.

Boolean

Defines whether Scroll Tips are shown.

BooleanDescription
TrueScroll Tips are shown during vertical scrolling.
FalseScroll Tips are not shown during vertical scrolling.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Items.ScrollTips instead

The Scroll Tips property defines whether Scroll Tips are shown.

If enabled, Scroll Tips are displayed when the user drags the vertical scroll bar's scroll box using the mouse. By default, the cell text of the first displayed item in the client area (see Items.TopIndex) is shown as a Tool Tip next to the scroll bar. An application can override the text displayed using in the ToolTipVScroll event.

See Also SftTree Object | Object Hierarchy


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


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.