InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework.Accessibility Namespace / ElementAccessibleObject Class / Role Property

In This Topic
    Role Property (ElementAccessibleObject)
    In This Topic
    Gets the role of this accessible object.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Role As AccessibleRole
    public override AccessibleRole Role {get;}

    Property Value

    One of the System.Windows.Forms.AccessibleRole values, or System.Windows.Forms.AccessibleRole.None if no role has been specified.
    See Also