Gets a reference to the System.Web.UI.WebControls.MenuItemStyle object that allows you to set the appearance of the dynamic menu item selected by the user.
Documentation for this section has not yet been entered.
Use the Menu.DynamicSelectedStyle property to control the appearance of a dynamic menu item when the user selects it from the menu. This property is read-only; however, you can set the properties of the System.Web.UI.WebControls.MenuItemStyle object it returns. The properties can be set declaratively in the form Property-Subproperty, where Subproperty is a property of the System.Web.UI.WebControls.MenuItemStyle object (for example, DynamicSelectedStyle-ForeColor). The properties can also be set programmatically in the form Property.Subproperty (for example, DynamicSelectedStyle.ForeColor).
Style properties for a dynamic menu item are applied in the following order:
[The 'ordered' type of list has not been implemented in the ECMA stylesheet.]