Version

ConsolidatedItemHitTestBehavior Enumeration

Determines the item returned in hit-testing when mousing over an object which represents several consolidated items.
Syntax
'Declaration
 
Public Enum ConsolidatedItemHitTestBehavior 
   Inherits System.Enum
public enum ConsolidatedItemHitTestBehavior : System.Enum 
Members
MemberDescription
BasicReturns the item based on the X-location only. Will return one of the consolidated items.
NearestYReturns the item with the nearest Y-location out of all the items with a matching X-location.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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