Menu.StaticSelectedStyle Property
Assembly: System.Web (in system.web.dll)
Use the StaticSelectedStyle property to control the appearance of the menu item selected by the user in a static menu. This property is read-only; however, you can set the properties of the MenuItemStyle object it returns. The properties can be set declaratively in the form Property-Subproperty, where Subproperty is a property of the MenuItemStyle object (for example, StaticSelectedStyle-ForeColor). The properties can also be set programmatically in the form Property.Subproperty (for example, StaticSelectedStyle.ForeColor).
Style properties for a static menu item are applied in the following order:
-
StaticMenuItemStyle. If the LevelMenuItemStyles collection or LevelSubMenuStyles collection is defined, it is applied at this time, overriding the other menu item style properties.
-
StaticSelectedStyle. If the LevelSelectedStyles collection is defined, it is applied at this time, overriding the other menu item style properties.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Reference
Menu ClassMenu Members
System.Web.UI.WebControls Namespace
Menu.DynamicHoverStyle Property
Menu.DynamicMenuItemStyle Property
Menu.DynamicMenuStyle Property
Menu.DynamicSelectedStyle Property
Menu.LevelMenuItemStyles Property
Menu.LevelSelectedStyles Property
Menu.LevelSubMenuStyles Property
Menu.StaticHoverStyle Property
Menu.StaticMenuItemStyle Property
Menu.StaticMenuStyle Property