AccessibleDoDefaultAction

Class library usage, coding and language questions.
atom
Posts: 357
Joined: Sun Dec 07, 2008 11:14 pm
Location: Dublin, Ireland

AccessibleDoDefaultAction

Post by atom » Tue Aug 10, 2010 4:29 pm

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

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: AccessibleDoDefaultAction

Post by Support Team » Wed Aug 11, 2010 12:07 pm

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