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 column header Tool Tip is about to be displayed.
VB.NET | Private Sub object_ToolTipColumnHeader(ByVal sender As Object, ByVal e As EventArgumentType) Handles object.ToolTipColumnHeader |
VB | Private Sub object_ToolTipColumnHeader(Text As String, ByVal ColIndex As Integer) |
C#.NET | void object_ToolTipColumnHeader(object sender, EventArgumentType e); |
VC++ | void OnToolTipColumnHeaderobject(_bstr_t* Text, short ColIndex); |
C | HRESULT OnToolTipColumnHeaderobject(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.
The ToolTipColumnHeader event occurs when a column header Tool Tip is about to be displayed.
The ToolTipColumnHeader event occurs when the mouse cursor pauses above a column header. By implementing the ToolTipColumnHeader event, an application can provide text in the Text parameter, which is used to display a Tool Tip for the column header ColIndex. The Tool Tip is displayed as an explanatory Tool Tip relative to the mouse cursor.
See Also SftTreeEvents Object | Object Hierarchy