MenuStrip::ShowItemToolTips Property

 

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

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 MenuStrip; otherwise, false. The default is false.

The MenuStrip::ShowItemToolTips property returns false by default because typically, ToolTips are not used for menus or menu items.

.NET Framework
Available since 2.0
Return to top
Show: