Gets or sets the URL path to the image that is displayed when you mouse over the menu item.

Namespace:  C1.Web.UI.Controls.C1Menu
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
[UrlPropertyAttribute]
[C1CategoryAttribute("Category.Appearance")]
[LayoutAttribute(LayoutType.Appearance)]
[EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))]
[JsonAttribute(true, true, "")]
public virtual string MouseOverImageUrl { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("")> _
<UrlPropertyAttribute> _
<C1CategoryAttribute("Category.Appearance")> _
<LayoutAttribute(LayoutType.Appearance)> _
<EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _
<JsonAttribute(True, True, "")> _
Public Overridable Property MouseOverImageUrl As String
	Get
	Set

See Also