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