#include <ia_2.h>
Public Member Functions | |
IA2 (Microsoft::WRL::ComPtr< IAccessible2 > iface) | |
bool | isNull () |
std::string | toString () |
std::string | getAttributes () |
GroupPosition | getGroupPosition () |
std::vector< std::string > | getRelations () |
std::string | role () |
long | getStates () |
std::vector< std::string > | getStateStrings () |
This object wraps an IAccessible2 Interface pointer. It can be retrieved from an accessible object which implements this interface using IANode::QueryIA2().