'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.LocalizableAttribute(True)> <System.Runtime.InteropServices.DispIdAttribute(-514)> <SRDescriptionAttribute("ControlEnabledDescr")> Public Property Enabled As System.Boolean
'Usage
Dim instance As WorkbookView Dim value As System.Boolean instance.Enabled = value value = instance.Enabled
[SRCategory("CatBehavior")] [System.ComponentModel.Localizable(true)] [System.Runtime.InteropServices.DispId(-514)] [SRDescription("ControlEnabledDescr")] public System.bool Enabled {get; set;}