Version

AnimationMaxWaitTime Property

By default 5000, the value represents the maximum total time in milliseconds that the proxy will wait for an animation to finish before attempting to interact with it, typically based on interactions with the mouse.
Syntax
'Declaration
 
<ProxySetting(TypeIDValue=1503, DefaultValue=5000)>
Protected Property AnimationMaxWaitTime As System.Integer
[ProxySetting(TypeIDValue=1503, DefaultValue=5000)]
protected System.int AnimationMaxWaitTime {get; set;}
[ProxySetting(TypeIDValue=1503, DefaultValue=5000)]
protected: __property System.int get_AnimationMaxWaitTime();
protected: __property void set_AnimationMaxWaitTime( 
   System.int value
);
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also