'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets a value whether this element is enabled (can receive input).")> Public Overridable Property Enabled As System.Boolean
'Usage
Dim instance As NInputElement Dim value As System.Boolean instance.Enabled = value value = instance.Enabled
[System.ComponentModel.Description("Gets/sets a value whether this element is enabled (can receive input).")] public virtual System.bool Enabled {get; set;}