Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBox.ToolTipVScroll Event

A ScrollTip is about to be displayed.

Syntax

VB.NETPrivate Sub object_ToolTipVScroll(ByVal sender As Object, ByVal e As EventArgumentType) Handles object.ToolTipVScroll
VBPrivate Sub object_ToolTipVScroll(Text As String, ByVal ItemIndex As Long, ByVal ColNum As Integer)
C#.NETvoid object_ToolTipVScroll(object sender, EventArgumentType e);
VC++void OnToolTipVScrollobject(_bstr_t* Text, long ItemIndex, short ColNum);
CHRESULT OnToolTipVScrollobject(BSTR* Text, long ItemIndex, short ColNum);

object

A SftBox 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.

Comments

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


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