BCGControlBar Library for .NET
HitTest Method (PropertyListControl)




The point at which to get PropertyListItem.
The type of the ItemArea which contains a specified point.
Returns the PropertyListItem control which boundaries contain the specified point.
Syntax
'Declaration
 
Public Function HitTest( _
   ByVal pt As Point, _
   ByRef pnArea As ItemClickArea _
) As PropertyListItem
'Usage
 
Dim instance As PropertyListControl
Dim pt As Point
Dim pnArea As ItemClickArea
Dim value As PropertyListItem
 
value = instance.HitTest(pt, pnArea)
public PropertyListItem HitTest( 
   Point pt,
   ref ItemClickArea pnArea
)
public: PropertyListItem* HitTest( 
   Point pt,
   ref ItemClickArea pnArea
) 
public:
PropertyListItem^ HitTest( 
   Point pt,
   ItemClickArea% pnArea
) 

Parameters

pt
The point at which to get PropertyListItem.
pnArea
The type of the ItemArea which contains a specified point.
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

Reference

PropertyListControl Class
PropertyListControl Members

Send Feedback