BCGControlBar Library for .NET
RowFromPoint Method




A point in screen coordinates to test.
If any DockBarRow from DockBarRow collection contains the specified point this DockBarRow should be returned, otherwise, null reference.
Syntax
'Declaration
 
Public Function RowFromPoint( _
   ByVal screen As Point _
) As DockBarRow
'Usage
 
Dim instance As DockBar
Dim screen As Point
Dim value As DockBarRow
 
value = instance.RowFromPoint(screen)
public DockBarRow RowFromPoint( 
   Point screen
)
public: DockBarRow* RowFromPoint( 
   Point screen
) 
public:
DockBarRow^ RowFromPoint( 
   Point screen
) 

Parameters

screen
A point in screen coordinates 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

DockBar Class
DockBar Members

Send Feedback