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 ScrollTips are shown.
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 ScrollTips are shown.
Boolean | Description |
---|---|
True | ScrollTips are displayed when the user drags the vertical scroll bar's scroll box using the mouse. |
False | ScrollTips are not displayed. |
The ScrollTips property defines whether ScrollTips are shown.
If enabled, ScrollTips 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.Top) is shown as a ToolTip next to the scroll bar. An application can override the text displayed using in the ToolTipVScroll event.
See Also SftBox Object | Object Hierarchy