简体   繁体   中英

In Flex, how can I remove a component from the tab order?

In Flex [4], when cycling the focus through components by pressing Tab, how can I remove particular components (eg. some buttons) from the tab cycle. I want those buttons to be skipped completely when pressing Tab.

Thanks

tabFocusEnabled属性设置为false

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM