IWorkflow.IsControlEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.