MenuItem.ToolTip Property
.NET Framework 3.0
Gets or sets the ToolTip text for the menu item.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
[LocalizableAttribute(true)] public: property String^ ToolTip { String^ get (); void set (String^ value); }
/** @property */ public String get_ToolTip () /** @property */ public void set_ToolTip (String value)
public function get ToolTip () : String public function set ToolTip (value : String)
Not applicable.
Property Value
The ToolTip text for the menu item. The default is an empty string ("").Use the ToolTip property to specify the ToolTip text for the menu item. The ToolTip text is displayed when the mouse pointer is positioned over the menu item.
The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see LocalizableAttribute and ASP.NET Globalization and Localization.
Community Additions
ADD
Show: