asp.net.ph

SiteMapPath.ShowToolTips Property

System.Web.UI.WebControls Namespace   SiteMapPath Class


.NET Framework version 2.0

Sets or retireves a value indicating whether a SiteMapPath control writes an additional hyperlink attribute for hyperlinked navigation nodes.

Syntax


Inline <asp:sitemappath showtooltips = true | false ... >
Script SiteMapPath.ShowToolTips [ = true | false ]

Property Value

This property accepts or returns only a boolean value: true if alternate text should be written for hyperlinked navigation nodes; otherwise, false. Default value is true.

Remarks

Use the ShowToolTips property to specify whether an additional hyperlink attribute for hyperlinked navigation nodes is displayed in a SiteMapPath control.

When this property is set to true, the SiteMapPath control renders a ToolTip when a mouse hovers over a hyperlink that has the additional attribute set.

NOTE: The ToolTip is rendered as an HTML 4.0 title attribute. As such, it may not work in downlevel browser versions.

See Also

SiteMapPath Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph