UIElement.IsEnabled Property
Gets or sets a value indicating whether this element is enabled in the user interface (UI). This is a dependency property.
Assembly: PresentationCore (in PresentationCore.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
<object IsEnabled="bool" .../>
Property Value
Type: System.Booleantrue if the element is enabled; otherwise, false. The default value is true.
Implements
IInputElement.IsEnabledNote that this property is influenced by class-specific implementations of IsEnabledCore on particular elements, often at runtime. Therefore, the default value listed here is sometimes not effective. For instance, a ScrollBar will be IsEnabled false whenever it is determined that there is no need to support a scrollbar. Attempting to set this value will also potentially be overridden by the value returned by IsEnabledCore.
Elements that are not enabled do not participate in hit testing or focus and therefore will not be sources of input events.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.