'Declaration
<System.ComponentModel.BindableAttribute(True)> <WebCategoryAttribute("Behavior")> <System.Web.UI.ThemeableAttribute(False)> <System.ComponentModel.DefaultValueAttribute(True)> <WebSysDescriptionAttribute("WebControl_Enabled")> Public Overridable Property Enabled As System.Boolean
'Usage
Dim instance As NWebControl Dim value As System.Boolean instance.Enabled = value value = instance.Enabled
[System.ComponentModel.Bindable(true)] [WebCategory("Behavior")] [System.Web.UI.Themeable(false)] [System.ComponentModel.DefaultValue(true)] [WebSysDescription("WebControl_Enabled")] public virtual System.bool Enabled {get; set;}