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 whether Scroll Tips are shown.
Deprecated - Provided for compatibility with earlier versions only - Use Items.ScrollTips instead
Get
VB.NET | Boolean = object.ScrollTips As Boolean |
VB | Boolean = object.ScrollTips As Boolean |
C#.NET | bool Boolean = object.ScrollTips; |
VC++ | VARIANT_BOOL Boolean = object->ScrollTips; VARIANT_BOOL Boolean = object->GetScrollTips(); |
C | HRESULT object->get_ScrollTips(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.ScrollTips = Boolean As Boolean |
VB | object.ScrollTips = Boolean As Boolean |
C#.NET | bool object.ScrollTips = Boolean; |
VC++ | VARIANT_BOOL object->ScrollTips = Boolean; void object->PutScrollTips(VARIANT_BOOL Boolean); |
C | HRESULT object->put_ScrollTips(VARIANT_BOOL Boolean); |
object
Boolean
Defines whether Scroll Tips are shown.
Boolean | Description |
---|---|
True | Scroll Tips are shown during vertical scrolling. |
False | Scroll Tips are not shown during vertical scrolling. |
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