Share via


BalloonTip.ShowBalloon Method (ToolStripComboBox, String, String, ToolTipIcon)

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, _
    icon As ToolTipIcon _
)
'Usage
Dim toolStripComboBox As ToolStripComboBox
Dim title As String
Dim text As String
Dim icon As ToolTipIcon

BalloonTip.ShowBalloon(toolStripComboBox, _
    title, text, icon)
public static void ShowBalloon(
    ToolStripComboBox toolStripComboBox,
    string title,
    string text,
    ToolTipIcon icon
)
public:
static void ShowBalloon(
    ToolStripComboBox^ toolStripComboBox, 
    String^ title, 
    String^ text, 
    ToolTipIcon icon
)
static member ShowBalloon : 
        toolStripComboBox:ToolStripComboBox * 
        title:string * 
        text:string * 
        icon:ToolTipIcon -> unit 
public static function ShowBalloon(
    toolStripComboBox : ToolStripComboBox, 
    title : String, 
    text : String, 
    icon : ToolTipIcon
)

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.