StatusStrip::ShowItemToolTips Property

 

Gets or sets a value indicating whether ToolTips are shown for the StatusStrip.

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

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

Property Value

Type: System::Boolean

true if ToolTips are shown for the StatusStrip; otherwise, false. The default is false.

Use the ShowItemToolTips property to get or set ToolTip display behavior.

The following code example demonstrates a StatusStrip with various common properties set, including the ShowItemToolTips property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: