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

NavigationItem.SelectedStyle Property

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

[Visual Basic]
Public Property SelectedStyle As ElementStyle
[C#]
public ElementStyle SelectedStyle {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 SelectedStyle property to specify the style of an item when the item's Selected property is set to true.

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