DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / Enabled Property

In This Topic
    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