Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

NavigationItem.ToolTip Property

Gets or sets the tooltip string to be displayed when the mouse is positioned over the item.

[Visual Basic]
Public Property ToolTip As String
[C#]
public String ToolTip {get; set;}

Property Value

System.String

This property is read/write.

Remarks

When the mouse is positioned over a navigation item for a while, this string is displayed as tooltip to provide more description of this item.

See Also

NavigationItem Class | EO.Web Namespace


Direct link to this topic