ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.SuperTooltip Namespace / C1SuperTooltipBase Class / Show Method / Show(String,ToolStripItem,Point) Method
Text to be displayed in the tooltip.
System.Windows.Forms.ToolStripItem that the tooltip is associated with.
System.Drawing.Point in client coordinates where the tooltip is to be displayed.

In This Topic
    Show(String,ToolStripItem,Point) Method
    In This Topic
    Shows the tooltip with the specified text, for the specified System.Windows.Forms.ToolStripItem, at the specified position.
    Syntax
    'Declaration
     
    Public Overloads Sub Show( _
       ByVal text As System.String, _
       ByVal item As System.Windows.Forms.ToolStripItem, _
       ByVal pt As System.Drawing.Point _
    ) 
    public void Show( 
       System.string text,
       System.Windows.Forms.ToolStripItem item,
       System.Drawing.Point pt
    )

    Parameters

    text
    Text to be displayed in the tooltip.
    item
    System.Windows.Forms.ToolStripItem that the tooltip is associated with.
    pt
    System.Drawing.Point in client coordinates where the tooltip is to be displayed.
    See Also