Enabled Property (DicomViewer)
In This Topic
Syntax
'Declaration
<SRCategoryAttribute("CatBehavior")>
<System.ComponentModel.LocalizableAttribute(True)>
<System.Runtime.InteropServices.DispIdAttribute(-514)>
<SRDescriptionAttribute("ControlEnabledDescr")>
Public Property Enabled As System.Boolean
[SRCategory("CatBehavior")]
[System.ComponentModel.Localizable(true)]
[System.Runtime.InteropServices.DispId(-514)]
[SRDescription("ControlEnabledDescr")]
public System.bool Enabled {get; set;}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also