Gets or sets the url of image that to collapse the splitter bar when mouse is over it.
Namespace:
C1.Web.UI.Controls.C1SplitterAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
[JsonAttribute(true)] [CategoryAttribute("Appearance")] [NotifyParentPropertyAttribute(true)] [EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))] [DescriptionAttribute("Gets or sets the url of image that to collapse the splitter bar when mouse is over it.")] [DefaultValueAttribute("")] public string CollapseHoverImageUrl { get; set; } |
Visual Basic (Declaration) |
---|
<JsonAttribute(True)> _ <CategoryAttribute("Appearance")> _ <NotifyParentPropertyAttribute(True)> _ <EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _ <DescriptionAttribute("Gets or sets the url of image that to collapse the splitter bar when mouse is over it.")> _ <DefaultValueAttribute("")> _ Public Property CollapseHoverImageUrl As String Get Set |