|
|
|
@ -921,6 +921,7 @@ interface IAvnAutomationPeer : IUnknown |
|
|
|
IAvnAutomationPeer* GetLabeledBy(); |
|
|
|
IAvnString* GetName(); |
|
|
|
IAvnAutomationPeer* GetParent(); |
|
|
|
IAvnAutomationPeer* GetVisualRoot(); |
|
|
|
bool HasKeyboardFocus(); |
|
|
|
bool IsContentElement(); |
|
|
|
bool IsControlElement(); |
|
|
|
@ -935,7 +936,11 @@ interface IAvnAutomationPeer : IUnknown |
|
|
|
IAvnWindowBase* RootProvider_GetWindow(); |
|
|
|
IAvnAutomationPeer* RootProvider_GetFocus(); |
|
|
|
IAvnAutomationPeer* RootProvider_GetPeerFromPoint(AvnPoint point); |
|
|
|
|
|
|
|
|
|
|
|
bool IsEmbeddedRootProvider(); |
|
|
|
IAvnAutomationPeer* EmbeddedRootProvider_GetFocus(); |
|
|
|
IAvnAutomationPeer* EmbeddedRootProvider_GetPeerFromPoint(AvnPoint point); |
|
|
|
|
|
|
|
bool IsExpandCollapseProvider(); |
|
|
|
bool ExpandCollapseProvider_GetIsExpanded(); |
|
|
|
bool ExpandCollapseProvider_GetShowsMenu(); |
|
|
|
|