InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperTooltipBase Class / Show Method / Show(String,ToolStripItem,Int32,Int32) Method
Text to be displayed in the tooltip.
System.Windows.Forms.ToolStripItem that the tooltip is associated with.
X client coordinate where the tooltip is to be displayed.
Y client coordinate where the tooltip is to be displayed.

In This Topic
    Show(String,ToolStripItem,Int32,Int32) 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 String, _
       ByVal item As ToolStripItem, _
       ByVal x As Integer, _
       ByVal y As Integer _
    ) 
    public void Show( 
       string text,
       ToolStripItem item,
       int x,
       int y
    )

    Parameters

    text
    Text to be displayed in the tooltip.
    item
    System.Windows.Forms.ToolStripItem that the tooltip is associated with.
    x
    X client coordinate where the tooltip is to be displayed.
    y
    Y client coordinate where the tooltip is to be displayed.
    See Also