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

In This Topic
    AccessibleRole Property (DicomViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatAccessibility")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <SRDescriptionAttribute("ControlAccessibleRoleDescr")>
    Public Property AccessibleRole As System.Windows.Forms.AccessibleRole
    [SRCategory("CatAccessibility")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [SRDescription("ControlAccessibleRoleDescr")]
    public System.Windows.Forms.AccessibleRole AccessibleRole {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also