Share via


BalloonTip.ShowBalloon Method (TextBoxBase, String, String)

Shows the balloon tip of the TextBoxBase class.

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

Syntax

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

BalloonTip.ShowBalloon(textBox, title, _
    text)
public static void ShowBalloon(
    TextBoxBase textBox,
    string title,
    string text
)
public:
static void ShowBalloon(
    TextBoxBase^ textBox, 
    String^ title, 
    String^ text
)
static member ShowBalloon : 
        textBox:TextBoxBase * 
        title:string * 
        text:string -> unit 
public static function ShowBalloon(
    textBox : TextBoxBase, 
    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.