Share via


BalloonTip Class

Displays a balloon tip in the control for the specified time period.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Controls.BalloonTip

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

Syntax

'Declaration
Public NotInheritable Class BalloonTip
'Usage
public static class BalloonTip
public ref class BalloonTip abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type BalloonTip =  class end
public final class BalloonTip

Methods

  Name Description
Public methodStatic member HideBalloon(ComboBox) Hides the balloon tip of the ComboBox class.
Public methodStatic member HideBalloon(TextBoxBase) Hides the balloon tip of the TextBoxBase class.
Public methodStatic member HideBalloon(ToolStripComboBox) Hides the balloon tip of the ToolStripComboBox class.
Public methodStatic member HideBalloon(ToolStripTextBox) Hides the balloon tip of the ToolStripTextBox class.
Public methodStatic member ShowBalloon(ComboBox, String) Shows the balloon tip of the ComboBox class.
Public methodStatic member ShowBalloon(TextBoxBase, String) Shows the balloon tip of the TextBoxBase class.
Public methodStatic member ShowBalloon(ToolStripComboBox, String) Shows the balloon tip of the ToolStripComboBox class.
Public methodStatic member ShowBalloon(ToolStripTextBox, String) Shows the balloon tip of the ToolStripTextBox class.
Public methodStatic member ShowBalloon(ComboBox, String, String) Shows the balloon tip of the ComboBox class.
Public methodStatic member ShowBalloon(TextBoxBase, String, String) Shows the balloon tip of the TextBoxBase class.
Public methodStatic member ShowBalloon(ToolStripComboBox, String, String) Shows the balloon tip of the ToolStripComboBox class.
Public methodStatic member ShowBalloon(ToolStripTextBox, String, String) Shows the balloon tip of the ToolStripTextBox class.
Public methodStatic member ShowBalloon(ComboBox, String, String, ToolTipIcon) Shows the balloon tip of the ComboBox class.
Public methodStatic member ShowBalloon(TextBoxBase, String, String, ToolTipIcon) Shows the balloon tip of the TextBoxBase class.
Public methodStatic member ShowBalloon(ToolStripComboBox, String, String, ToolTipIcon) Shows the balloon tip of the ToolStripComboBox class.
Public methodStatic member ShowBalloon(ToolStripTextBox, String, String, ToolTipIcon) Shows the balloon tip of the ToolStripTextBox class.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.