The URL of the image to use in an icon place.
Namespace:
C1.Web.CommandAssembly: C1.Web.Command.2 (in C1.Web.Command.2.dll)
Syntax
| C# |
|---|
[EditorAttribute(typeof(UrlEditor), typeof(UITypeEditor))] [NotifyParentPropertyAttribute(true)] [DefaultValueAttribute("")] public string ImageUrl { get; set; } |
| Visual Basic (Declaration) |
|---|
<EditorAttribute(GetType(UrlEditor), GetType(UITypeEditor))> _ <NotifyParentPropertyAttribute(True)> _ <DefaultValueAttribute("")> _ Public Property ImageUrl As String |