Url of an image that should be shown during callback to provide visual feedback.
Namespace:
C1.Web.CommandAssembly: C1.Web.Command.2 (in C1.Web.Command.2.dll)
Syntax
C# |
---|
[EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))] [DefaultValueAttribute("DefaultSpinner")] public string CallbackWaitImageUrl { get; set; } |
Visual Basic (Declaration) |
---|
<EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _ <DefaultValueAttribute("DefaultSpinner")> _ Public Property CallbackWaitImageUrl As String |