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