Gets or sets the location of an image for the top border of C1WebDialog.
Namespace:
C1.Web.EditorAssembly: C1.Web.Editor.2 (in C1.Web.Editor.2.dll)
Syntax
C# |
---|
[EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))] [DefaultValueAttribute("")] [NotifyParentPropertyAttribute(true)] public string TopUrl { get; set; } |
Visual Basic (Declaration) |
---|
<EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _ <DefaultValueAttribute("")> _ <NotifyParentPropertyAttribute(True)> _ Public Property TopUrl As String Get Set |
Remarks
Image is also used as background for C1WebDialog caption box.