ComponentOne SuperTooltip for WinForms
C1.Win.SuperTooltip.5 Assembly / C1.Win.SuperTooltip Namespace / C1SuperTooltip Class / SetToolTip Method / SetToolTip(ToolStripItem,String) Method
The ToolStripItem to associate the tooltip text with.
The tooltip text to display when the mouse cursor is over the control.

In This Topic
    SetToolTip(ToolStripItem,String) Method
    In This Topic
    Associates tooltip HTML text with the specified System.Windows.Forms.ToolStripItem.
    Syntax
    'Declaration
     
    Public Overloads Sub SetToolTip( _
       ByVal item As System.Windows.Forms.ToolStripItem, _
       ByVal text As System.String _
    ) 
    public void SetToolTip( 
       System.Windows.Forms.ToolStripItem item,
       System.string text
    )

    Parameters

    item
    The ToolStripItem to associate the tooltip text with.
    text
    The tooltip text to display when the mouse cursor is over the control.
    See Also