Share via


BalloonTip.ShowBalloon Method (ToolStripComboBox, String, String)

Shows the balloon tip of the ToolStripComboBox class.

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

Syntax

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

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