SiteMapPath::ShowToolTips Property
Gets or sets a value indicating whether the SiteMapPath control writes an additional hyperlink attribute for hyperlinked navigation nodes. Depending on client support, when a mouse hovers over a hyperlink that has the additional attribute set, a ToolTip is displayed.
Assembly: System.Web (in System.Web.dll)
public: [ThemeableAttribute(false)] property bool ShowToolTips { virtual bool get(); virtual void set(bool value); }
Property Value
Type: System::Booleantrue if alternate text should be written for hyperlinked navigation nodes; otherwise, false. The default value is true.
The most common scenario is when a Title HTML attribute exists for an HTML A Href hyperlink. For example, Microsoft Internet Explorer 4.0 and later and Netscape 6.0 and later implement the Title attribute as a hovering ToolTip, while Opera 3.0 and later implements the Title attribute as both a ToolTip and a caption in Opera's toolbar area. Not all clients display ToolTips for additional hyperlink attributes.
The value of this property is stored in view state.
This property cannot be set by themes or style sheet themes. For more information, see ThemeableAttribute and ASP.NET Themes and Skins.
Available since 2.0