UIElement.IsEnabled Property
Gets or sets a value indicating whether this element is enabled in the user interface (UI).
Namespace: Microsoft.SPOT.Presentation
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)
Syntax
public bool IsEnabled { get; set; }
Property Value
true if the element is enabled; otherwise, false. The default value is true.
Version Information
Available in .NET Micro Framework version 2.0, 2.5
See Also
Reference
UIElement Class
UIElement Members
Microsoft.SPOT.Presentation Namespace