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

NavigationItem.SelectedHoverStyle Property

Gets and sets the style to control an item's appearance when the item is in both "Selected" and "Hover" state.

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

Property Value

ElementStyle

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

This property is read/write.

Remarks

Use SelectedHoverStyle property to specify the style of an item when the item's Selected property is true, and mouse is positioned over the item.

Note:
If SelectedHoverStyle is empty and the item is in "Selected" and "Hover" state, then SelectedStyle 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