'Declaration
<SRCategoryAttribute("Behavior")> <System.ComponentModel.LocalizableAttribute(True)> <System.Runtime.InteropServices.DispIdAttribute(-514)> <SRDescriptionAttribute("Indicates whether the control is enabled.")> Public Property Enabled As System.Boolean
'Usage
Dim instance As EditSourceDialog Dim value As System.Boolean instance.Enabled = value value = instance.Enabled
[SRCategory("Behavior")] [System.ComponentModel.Localizable(true)] [System.Runtime.InteropServices.DispId(-514)] [SRDescription("Indicates whether the control is enabled.")] public System.bool Enabled {get; set;}