The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ToolTip::IsBalloon Property
.NET Framework (current version)
Gets or sets a value indicating whether the ToolTip should use a balloon window.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if a balloon window should be used; otherwise, false if a standard rectangular window should be used. The default is false.
By default, ToolTips are displayed using bare rectangular windows. By setting the IsBalloon property to true, the ToolTip will be displayed using a balloon window.
.NET Framework
Available since 2.0
Available since 2.0
Show: