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
A ScrollTip is about to be displayed.
VB.NET | Private Sub object_ToolTipVScroll(ByVal sender As Object, ByVal e As EventArgumentType) Handles object.ToolTipVScroll |
VB | Private Sub object_ToolTipVScroll(Text As String, ByVal ItemIndex As Long, ByVal ColNum As Integer) |
C#.NET | void object_ToolTipVScroll(object sender, EventArgumentType e); |
VC++ | void OnToolTipVScrollobject(_bstr_t* Text, long ItemIndex, short ColNum); |
C | HRESULT OnToolTipVScrollobject(BSTR* Text, long ItemIndex, short ColNum); |
object
Text
The default ScrollTip text. The application can override the default text by assigning a new string to the Text parameter. This string is displayed as the ScrollTip instead. If Text is set to an empty string, no ScrollTip is displayed. A maximum string length of 1000 characters is supported.
ItemIndex
The zero-based index of the first item currently displayed in the drop down portion (see Items.Top).
ColNum
The zero-based number of the first column displayed.
The ToolTipVScroll event occurs when a ScrollTip is about to be displayed.
The combo box should not be updated in any way while handling this event.
See Also SftBox Object | Object Hierarchy