System.Windows.Forms.ToolStripItem.AutoToolTip Property

Gets or sets a value indicating whether to use the ToolStripItem.Text property or the ToolStripItem.ToolTipText property for the System.Windows.Forms.ToolStripItem ToolTip.

Syntax

[System.ComponentModel.DefaultValue(false)]
public bool AutoToolTip { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

System.Windows.Forms.ToolStripItem uses the ToolStripItem.Text property as the default source for the System.Windows.Forms.ToolTip content. Set ToolStripItem.AutoToolTip to false to use ToolStripItem.ToolTipText as the source for System.Windows.Forms.ToolTip content.

To use this property, you must also set ToolStrip.ShowItemToolTips to true.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0