Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Gets or sets a value indicating whether the ToolTip should use a balloon window.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property bool IsBalloon {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true 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
Return to top
Show:
© 2017 Microsoft