Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

ToolTipCell Event, SftTree Object

A cell Tool Tip is about to be displayed.

Syntax

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

object

A SftTree object.

Text

The default cell Tool Tip text. An application can override the default text by assigning a new string to the Text parameter. This string is displayed as an explanatory Tool Tip relative to the mouse cursor. It is not possible to override Tool Tip text that is displayed in the cell's location. If Text is set to an empty string, no Tool Tip is displayed. A maximum string length of 1000 characters is supported.

ItemIndex

The zero-based item index. The combination of ItemIndex and ColIndex describes an individual cell.

ColIndex

The zero-based column number. The combination of ItemIndex and ColIndex describes an individual cell.

Comments

The ToolTipCell event occurs when a cell Tool Tip is about to be displayed.

Tool Tips are enabled for each column individually (see Column.ToolTip). It is also possible to display Tool Tips even if the cells are already completely visible (see Items.ToolTipAlways property).

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.