Share via


BalloonTip.HideBalloon Method (TextBoxBase)

Hides 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 HideBalloon ( _
    textBox As TextBoxBase _
)
'Usage
Dim textBox As TextBoxBase

BalloonTip.HideBalloon(textBox)
public static void HideBalloon(
    TextBoxBase textBox
)
public:
static void HideBalloon(
    TextBoxBase^ textBox
)
static member HideBalloon : 
        textBox:TextBoxBase -> unit 
public static function HideBalloon(
    textBox : TextBoxBase
)

Parameters