AriaAttributes property: Field class

Description

Use this property to set or return the Accessible Rich Internet Applications (ARIA) attributes for the page element only within the HTML (for example, for an a, input, textarea, or other HTML element). This can be compared to the AriaWrapperAttributes property that pertains to the outermost layer of the page element's structure in the HTML.

This property is read/write.

Important:

Use this property within fluid applications only.

Example

The following example sets the ARIA attributes for the contents of the NavBar:

&nbc.AriaAttributes = "role='menuitem' aria-haspopup='true'";