Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

ToolTipColumnFooter Event, SftTree Object

A column footer Tool Tip is about to be displayed.

Syntax

VB.NETPrivate Sub object_ToolTipColumnFooter(ByVal sender As Object, ByVal e As EventArgumentType) Handles object.ToolTipColumnFooter
VBPrivate Sub object_ToolTipColumnFooter(Text As String, ByVal ColIndex As Integer)
C#.NETvoid object_ToolTipColumnFooter(object sender, EventArgumentType e);
VC++void OnToolTipColumnFooterobject(_bstr_t* Text, short ColIndex);
CHRESULT OnToolTipColumnFooterobject(BSTR* Text, short ColIndex);

object

A SftTreeEvents object.

Text

The Tool Tip text. If Text is set to an empty string (the default), no Tool Tip is displayed. A maximum string length of 1000 characters is supported.

ColIndex

The zero-based number of the column for which a Tool Tip is about to be displayed.

Comments

The ToolTipColumnFooter event occurs when a column footer Tool Tip is about to be displayed.

The ToolTipColumnFooter event occurs when the mouse cursor pauses above a column footer. By implementing the ToolTipColumnFooter event, an application can provide text in the Text parameter, which is used to display a Tool Tip for the column footer ColIndex. The Tool Tip is displayed as an explanatory Tool Tip relative to the mouse cursor.

See Also SftTreeEvents Object | Object Hierarchy


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