Click or drag to resize

ControlIHandlerEnabled Property

Gets or sets a value indicating whether this Control is enabled and accepts user input.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
bool Enabled { get; set; }

Property Value

Type: Boolean
true if enabled; otherwise, false.
Remarks
Typically when a control is disabled, the user cannot do anything with the control (including for example, selecting text in a text control). Certain controls can have a 'Read Only' mode, such as ReadOnly which allows the user to select text, but not change its contents.
See Also