Enabled Property (LicenseDialog)
In This Topic
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 LicenseDialog
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: .NET CLR 4.8 or higher
See Also