This method is obsolete. See the Remarks section below. |
Description
This property returns an object that contains methods and properties added to the window by the IAccessible
interface. To view them in the Object Browser, simply click the ellipsis button displayed for the MSAADisp
property. If the window does not support IAccessible
, this property may still be useful, since it can return any object that implements IDispatch
. See Implementing MSAA Support Manually.
Declaration
TestObj.MSAADisp()
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section | |||
Result | An IAccessible object. |
Applies To
The method is applied to the following object:
View Mode
To view this method in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.
Result Value
An object that contains methods and properties of the IAccessible
interface.
Remarks
The MSAADisp
property is available only if the Microsoft Active Accessibility Support plugin is installed and enabled in TestComplete.
This property is obsolete and is supported for backward compatibility only. In TestComplete 4 and later, use the NativeObject
property that the MSAA engine appends to the objects exposed via the Microsoft Active Accessibility interfaces.
See Also
Using Microsoft Active Accessibility
Implementing MSAA Support Manually
MSAAObject Method
WaitMSAAObject Method