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.
Documentation for this section has not yet been entered.
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.