ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.Windows.Forms.AccessibleRole
    public override System.Windows.Forms.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