ToolStrip::ShowItemToolTips Property

 

Gets or sets a value indicating whether ToolTips are to be displayed on ToolStrip items.

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 to be displayed; otherwise, false. The default is true.

Use the ShowItemToolTips property to determine whether ToolTips are displayed for the ToolStripItem.

The following code example turns off the automatic ToolTip text for a ToolStripButton and sets custom ToolTip text. This example is part of a larger example available in the AutoToolTip property.

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

.NET Framework
Available since 2.0
Return to top
Show: