ToolStrip::ShowItemToolTips Property
.NET Framework (current version)
Gets or sets a value indicating whether ToolTips are to be displayed on ToolStrip items.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: