'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether the command is enabled.")> Public Overrides Property Enabled As System.Boolean
'Usage
Dim instance As NControlHostCommand Dim value As System.Boolean instance.Enabled = value value = instance.Enabled
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value whether the command is enabled.")] public override System.bool Enabled {get; set;}