'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.LocalizableAttribute(True)> <System.Runtime.InteropServices.DispIdAttribute(-514)> <SRDescriptionAttribute("ControlEnabledDescr")> Public Property Enabled As System.Boolean
'Usage
Dim instance As WorkbookDesigner 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;}
public read-write property Enabled: System.Boolean;
SRCategoryAttribute("CatBehavior") System.ComponentModel.LocalizableAttribute() System.Runtime.InteropServices.DispIdAttribute(-514) SRDescriptionAttribute("ControlEnabledDescr") public function get,set Enabled : System.boolean