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: