Edit

Share via


FormControl.Enabled Property

Definition

Gets or sets a value indicating whether the control represented by the FormControl object can respond to user interaction.

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

Property Value

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

Applies to