IWorkflow.IsControlEnabled Property

Definition

Gets or Set value indicating whether the control can respond to user interaction.

public:
 property bool IsControlEnabled { bool get(); void set(bool value); };
public bool IsControlEnabled { get; set; }
member this.IsControlEnabled : bool with get, set
Public Property IsControlEnabled As Boolean

Property Value

True if the control can respond to user interaction, otherwise false.

Applies to