Share via


BalloonTip.ShowBalloon Method (ComboBox, String)

Shows the balloon tip of the ComboBox class.

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

Syntax

'Declaration
Public Shared Sub ShowBalloon ( _
    comboBox As ComboBox, _
    text As String _
)
'Usage
Dim comboBox As ComboBox
Dim text As String

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

Parameters