#include <ia_action.h>
Public Member Functions | |
| IAAction (Microsoft::WRL::ComPtr< IAccessibleAction > iface) | |
| bool | isNull () |
| std::string | toString () |
| long | nActions () |
| std::string | getDescription (int index) |
| std::string | getName (int index) |
This object wraps an IAccessibleAction pointer. It can be retrieved from an accessible object which implements this interface using IANode::QueryAction().