BCGControlBar Library for .NET
SetBalloonTooltip(Boolean) Method




Specifies if the shape of  the ToolTip to display should be balloon.
Gets or sets a value indicating whether the ToolTip should use a balloon window.
Syntax
'Declaration
 
Public Overloads Shared Sub SetBalloonTooltip( _
   ByVal value As Boolean _
) 
'Usage
 
Dim value As Boolean
 
ToolTipEx.SetBalloonTooltip(value)
public static void SetBalloonTooltip( 
   bool value
)
public: static void SetBalloonTooltip( 
   bool value
) 
public:
static void SetBalloonTooltip( 
   bool value
) 

Parameters

value
Specifies if the shape of  the ToolTip to display should be balloon.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ToolTipEx Class
ToolTipEx Members
Overload List

Send Feedback