System.Web.UI.WebControls.Menu.DynamicHoverStyle Property

Gets a reference to the System.Web.UI.WebControls.Style object that allows you to set the appearance of a dynamic menu item when the mouse pointer is positioned over it.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.DefaultValue(null)]
[System.ComponentModel.NotifyParentProperty(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public Style DynamicHoverStyle { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the Menu.DynamicHoverStyle property to control the appearance of a dynamic menu item when the mouse pointer is positioned over it. This property is read-only; however, you can set the properties of the System.Web.UI.WebControls.Style 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.Style object (for example, DynamicHoverStyle-ForeColor). The properties can also be set programmatically in the form Property.Subproperty (for example, DynamicHoverStyle.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.]

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0