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






    IsAccessible Property (DicomViewer)
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatBehavior")>
    <System.ComponentModel.BrowsableAttribute(False)>
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <SRDescriptionAttribute("ControlIsAccessibleDescr")>
    Public Property IsAccessible As System.Boolean
     
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.Boolean
     
    instance.IsAccessible = value
     
    value = instance.IsAccessible
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also