Version

RecordClickPercent Property

False by default, if the value is true, will record any action that would normally record the IGRectRegion igAt value, and instead record igPercent. If false, will record igAt as normal. Actions it is likely to affect ClickOnControl, ClickSubItem, etc.
Syntax
'Declaration
 
<ProxySetting(TypeIDValue=6, DefaultValue=False)>
Protected Property RecordClickPercent As System.Boolean
[ProxySetting(TypeIDValue=6, DefaultValue=False)]
protected System.bool RecordClickPercent {get; set;}
[ProxySetting(TypeIDValue=6, DefaultValue=False)]
protected: __property System.bool get_RecordClickPercent();
protected: __property void set_RecordClickPercent( 
   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