ComponentOne Menus and Toolbars for WinForms
C1.Win.C1SuperTooltip.4.8 Assembly / C1.Win.C1SuperTooltip 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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also