ComponentOne SuperTooltip for WinForms
C1.Win.C1SuperTooltip.4.5.2 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.
    See Also