Gets or sets the URL path to the image that will be displayed when the item is disabled and selected.
Namespace:
C1.Web.UI.Controls.C1ToolBarAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))] [C1CategoryAttribute("Category.Appearance")] [DefaultValueAttribute("")] [JsonAttribute(true, true, "")] [LayoutAttribute(LayoutType.Appearance)] [UrlPropertyAttribute] public virtual string SelectedDisabledImageUrl { get; set; } |
| Visual Basic (Declaration) |
|---|
<EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _ <C1CategoryAttribute("Category.Appearance")> _ <DefaultValueAttribute("")> _ <JsonAttribute(True, True, "")> _ <LayoutAttribute(LayoutType.Appearance)> _ <UrlPropertyAttribute> _ Public Overridable Property SelectedDisabledImageUrl As String Get Set |