Menu.StaticMenuStyle Property
Assembly: System.Web (in system.web.dll)
Use the StaticMenuStyle property to control the appearance of 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, StaticMenuStyle-ForeColor). The properties can also be set programmatically in the form Property.Subproperty (for example, StaticMenuStyle.ForeColor).
Style properties for a static menu item are applied in the following order:
-
StaticMenuStyle.
-
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.
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
StaticSelectedStyle