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# |
---|
[DefaultValueAttribute("DefaultSpinner")] [EditorAttribute(typeof(ImageUrlEditor), typeof(UITypeEditor))] public string CallbackWaitImageUrl { get; set; } |
Visual Basic (Declaration) |
---|
<DefaultValueAttribute("DefaultSpinner")> _ <EditorAttribute(GetType(ImageUrlEditor), GetType(UITypeEditor))> _ Public Property CallbackWaitImageUrl As String |