Share via


BalloonTip.ShowBalloon Method (TextBoxBase, 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, _
    text As String _
)
'Usage
Dim textBox As TextBoxBase
Dim text As String

BalloonTip.ShowBalloon(textBox, text)
public static void ShowBalloon(
    TextBoxBase textBox,
    string text
)
public:
static void ShowBalloon(
    TextBoxBase^ textBox, 
    String^ text
)
static member ShowBalloon : 
        textBox:TextBoxBase * 
        text:string -> unit 
public static function ShowBalloon(
    textBox : TextBoxBase, 
    text : String
)

Parameters