ComponentOne Menus and Toolbars for WinForms
C1.Win.C1SuperTooltip.4.8 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperTooltip Class / GetToolTip Method / GetToolTip(ToolStripItem) Method
The ToolStripItem for which to retrieve the tooltip text.

In This Topic
    GetToolTip(ToolStripItem) Method
    In This Topic
    Retrieves the C1SuperTooltip text associated with the specified System.Windows.Forms.ToolStripItem component.
    Syntax
    'Declaration
     
    Public Overloads Function GetToolTip( _
       ByVal item As System.Windows.Forms.ToolStripItem _
    ) As System.String
    public System.string GetToolTip( 
       System.Windows.Forms.ToolStripItem item
    )

    Parameters

    item
    The ToolStripItem for which to retrieve the tooltip text.

    Return Value

    The tooltip text for the specified System.Windows.Forms.ToolStripItem component.
    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