ToolTip.IsBalloon Property
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
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: