BCGControlBar Library for .NET
TabItemFromPoint Method




A point to test.
Returns a tab item from the tab item collection which boundaries contain a specified point.
Syntax
'Declaration
 
Public Function TabItemFromPoint( _
   ByVal point As Point _
) As TabItem
'Usage
 
Dim instance As TabStrip
Dim point As Point
Dim value As TabItem
 
value = instance.TabItemFromPoint(point)
public TabItem TabItemFromPoint( 
   Point point
)
public: TabItem* TabItemFromPoint( 
   Point point
) 
public:
TabItem^ TabItemFromPoint( 
   Point point
) 

Parameters

point
A point to 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

TabStrip Class
TabStrip Members

Send Feedback