BCGControlBar Library for .NET
HitTest Method (OutlookBarPane)




A point ot test.
Determines the index of the item which boundaries contain a specified point.
Syntax
'Declaration
 
Public Function HitTest( _
   ByVal pt As Point _
) As Integer
'Usage
 
Dim instance As OutlookBarPane
Dim pt As Point
Dim value As Integer
 
value = instance.HitTest(pt)
public int HitTest( 
   Point pt
)
public: int HitTest( 
   Point pt
) 
public:
int HitTest( 
   Point pt
) 

Parameters

pt
A point ot test.
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

OutlookBarPane Class
OutlookBarPane Members

Send Feedback