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

NavigationItem.Status Property

Gets or sets the text string to be displayed at the browser's status bar when the mouse is positioned over the item.

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

Property Value

System.String

This property is read/write.

Remarks

When the mouse is positioned over a menu item, this text is displayed at the browser's status bar.

See Also

NavigationItem Class | EO.Web Namespace


Direct link to this topic