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






    Enabled Property (DicomViewer)
    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 DicomViewer
    Dim value As System.Boolean
     
    instance.Enabled = value
     
    value = instance.Enabled
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also