System.Windows.Forms.ToolStripItem.ToolTipText Property

Gets or sets the text that appears as a System.Windows.Forms.ToolTip for a control.

Syntax

[System.ComponentModel.Editor("System.ComponentModel.Design.MultilineStringEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.Localizable(true)]
public string ToolTipText { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

ToolStripItem.ToolTipText works only if ToolStrip.ShowItemToolTips is set to true. If ToolStripItem.AutoToolTip is set to true, the Control.Text property for the item is used as the ToolStripItem.ToolTipText.

Requirements

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