Gets or sets a value indicating whether this element is enabled in the user interface (UI).
'Declaration
Public Shadows Property IsEnabled As Boolean
public new bool IsEnabled {get; set;}
Property Value
true if the element is enabled; otherwise, false. The default value is true.