Compartir a través de


NextRole Tag

The <NextRole> tag functions like the <Next> tag, but it applies to the accessibility role of the control. The attributes of the tag are same as the <Next> tag. The following sample finds a control one position after the second control with a push button role.

<JAccControl name="TestButton">
<Path>
<NextRole match="2"offset="1">push button</NextRole>
</Path>
</JAccControl>

See Also

Concepts

JavaDDA
Use data driven adapters (DDAs)

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.