Share via


BalloonTip.ShowBalloon Method (ToolStripTextBox, String, String)

Shows the balloon tip of the ToolStripTextBox class.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public Shared Sub ShowBalloon ( _
    toolStripTextBox As ToolStripTextBox, _
    title As String, _
    text As String _
)
'Usage
Dim toolStripTextBox As ToolStripTextBox
Dim title As String
Dim text As String

BalloonTip.ShowBalloon(toolStripTextBox, _
    title, text)
public static void ShowBalloon(
    ToolStripTextBox toolStripTextBox,
    string title,
    string text
)
public:
static void ShowBalloon(
    ToolStripTextBox^ toolStripTextBox, 
    String^ title, 
    String^ text
)
static member ShowBalloon : 
        toolStripTextBox:ToolStripTextBox * 
        title:string * 
        text:string -> unit 
public static function ShowBalloon(
    toolStripTextBox : ToolStripTextBox, 
    title : String, 
    text : String
)

Parameters

  • title
    Type: System.String
    A string that will be displayed as the title of the balloon tip.
  • text
    Type: System.String
    A string that will be displayed as the content of the balloon tip.