Gets or sets the location of an image to display when the mouse pointer hovers over the button.
Namespace:
C1.Web.EditorAssembly: C1.Web.Editor.2 (in C1.Web.Editor.2.dll)
Syntax
| C# |
|---|
[NotifyParentPropertyAttribute(true)] [DefaultValueAttribute("")] [EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))] [RefreshPropertiesAttribute(RefreshProperties.All)] public string HoverImageUrl { get; set; } |
| Visual Basic (Declaration) |
|---|
<NotifyParentPropertyAttribute(True)> _ <DefaultValueAttribute("")> _ <EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _ <RefreshPropertiesAttribute(RefreshProperties.All)> _ Public Property HoverImageUrl As String Get Set |