BCGControlBar Library for .NET
Contains Method (GridSelectionRange)




Point in grid coordinates (column, row).
Detects whether a range  contains the specified point.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal pt As Point _
) As Boolean
'Usage
 
Dim instance As GridSelectionRange
Dim pt As Point
Dim value As Boolean
 
value = instance.Contains(pt)
public bool Contains( 
   Point pt
)
public: bool Contains( 
   Point pt
) 
public:
bool Contains( 
   Point pt
) 

Parameters

pt
Point in grid coordinates (column, row).

Return Value

True if the specified by pt item is contained within range.
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

GridSelectionRange Class
GridSelectionRange Members

Send Feedback