System.Web.UI.WebControls Namespace Menu Class
.NET Framework version 2.0
Returns a reference to the MenuItemStyle object that allows you to set the appearance of a static menu.
Inline |
<asp:menu staticmenustyle = value ... > |
Script |
Menu.StaticMenuStyle [ = value ] |
value |
A reference to the MenuItemStyle that represents the style of a static menu. |
The property is read/write with no default value.
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.
- StaticHoverStyle.
Menu Members