Version

NeedRecordBaseClick Method (XamTabControlProxy)

Overrides NeedRecordBaseClick method to prevent recording base clicks when the click is on the content area of a XamTabControl
Syntax
'Declaration
 
Protected Overrides Function NeedRecordBaseClick() As System.Boolean
protected override System.bool NeedRecordBaseClick()
protected: System.bool NeedRecordBaseClick(); override 

Return Value

True to indicate that base clicks should be recorded and false otherwise
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