ComponentOne SuperTooltip for WinForms
C1.Win.SuperTooltip.5 Assembly / C1.Win.SuperTooltip Namespace / C1SuperTooltip Class / Show Method / Show(String,ToolStripItem) Method

In This Topic
    Show(String,ToolStripItem) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Show( _
       ByVal text As System.String, _
       ByVal item As System.Windows.Forms.ToolStripItem _
    ) 
    public void Show( 
       System.string text,
       System.Windows.Forms.ToolStripItem item
    )

    Parameters

    text
    item
    See Also