Nevron Open Vision Documentation
Nevron.Nov.WinFormControls Namespace / NButtonControl Class / AccessibleRole Property


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

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also