RadControls for WinForms

Gets or sets a value indicating whether the element can respond to user interaction.

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.2.612.40 (2013.2.612.40)

Syntax

C#
public virtual bool Enabled { get; set; }
Visual Basic
Public Overridable Property Enabled As Boolean
	Get
	Set

Remarks

By default, if element is currently selected when Enalbed set to false, next element would be selected. Values inherits from Parent.Enabled. When a scrollable control is disabled, the scroll bars are also disabled. For example, a disabled multiline textbox is unable to scroll to display all the lines of text.

See Also