Version

RecordBaseClick Property (RecordProxyBase)

In most scenarios False by default, if the value is true it will attempt to record a ClickOnControl for every Click action. If false, it will limit the recording of ClickOnControl to exceptions defined by the proxy.
Syntax
'Declaration
 
<ProxySetting(TypeIDValue=5, DefaultValue=False)>
Protected Overridable Property RecordBaseClick As System.Boolean
[ProxySetting(TypeIDValue=5, DefaultValue=False)]
protected virtual System.bool RecordBaseClick {get; set;}
[ProxySetting(TypeIDValue=5, DefaultValue=False)]
protected: __property virtual System.bool get_RecordBaseClick();
protected: __property virtual void set_RecordBaseClick( 
   System.bool 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