ToolStripButton::AutoToolTip Property
.NET Framework (current version)
Gets or sets a value indicating whether default or custom ToolTip text is displayed on the ToolStripButton.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Set the AutoToolTip property to false to display custom ToolTipText on a ToolStripItem.
The following code example turns off the automatic ToolTip text for a ToolStripButton and sets custom ToolTipText.
.NET Framework
Available since 2.0
Available since 2.0
Show: