Identifies a control that should be shown during callback to provide visual feedback.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
public string CallbackWaitControlID { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("")> _
Public Property CallbackWaitControlID As String

See Also