Page 1 of 1

AccessibleDoDefaultAction

Posted: Tue Aug 10, 2010 4:29 pm
by atom
Hiya

Quick question about AccessibleDoDefaultAction method
Is this method asynchronous or synchronous?
I mean does the method return before or after the control has done its default action?

Thanks

Re: AccessibleDoDefaultAction

Posted: Wed Aug 11, 2010 12:07 pm
by Support Team
Hi,
atom wrote:Is this method asynchronous or synchronous?
I mean does the method return before or after the control has done its default action?
Whether this methods works synchronously or asynchronously depends on the implementation of the control. Usually, DoDefaultAction should be synchronous, but we've seen some controls where it was implemented asynchronous.

Regards,
Peter
Ranorex Team