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

NavigationItem.HoverStyle Property

Gets and sets the style to control an item's appearance when the item is in "Hover" state, that is, when mouse is over the item.

[Visual Basic]
Public Property HoverStyle As ElementStyle
[C#]
public ElementStyle HoverStyle {get; set;}

Property Value

ElementStyle

An ElementStyle object maintains appearance related settings, such as font, background, paddings etc.

This property is read/write.

Remarks

Use Hover property to specify the style of the navigation control item when the mouse is positioned over the item.

Note:
If HoverStyle is empty and the item is in "Hover" state, then NormalStyle will be used.

See ElementStyle class and Item states for more information about item states and how to specify item style (background, font, padding etc.) in different states.

See Styles - HOW TOs for specific information on most common tasks.

See Also

NavigationItem Class | EO.Web Namespace | ElementStyle class | Item states


Direct link to this topic