SpreadsheetGear 2017
Enabled Property (WorkbookDesigner)






SpreadsheetGear.Windows.Forms Namespace > WorkbookDesigner Class : Enabled Property
Syntax
'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
[SRCategory("CatBehavior")]
[System.ComponentModel.Localizable(true)]
[System.Runtime.InteropServices.DispId(-514)]
[SRDescription("ControlEnabledDescr")]
public: __property System.bool get_Enabled();
public: __property void set_Enabled( 
   System.bool value
);
[SRCategory("CatBehavior")]
[System.ComponentModel.Localizable(true)]
[System.Runtime.InteropServices.DispId(-514)]
[SRDescription("ControlEnabledDescr")]
public:
property System.bool Enabled {
   System.bool get();
   void set (    System.bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkbookDesigner Class
WorkbookDesigner Members