Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.