Wimark.Controls Class Library  

DataGridViewCell.HittestActiveContent Method

Gets a value indicating whether a specified location is over the active content of the cell.

[Visual Basic]
Overridable Protected Function HittestActiveContent( _
   ByVal contentBounds As Rectangle, _
   ByVal x As Integer, _
   ByVal y As Integer _
) As Boolean 
[C#]
protected virtual bool HittestActiveContent( 
   Rectangle contentBounds, 
   int x, 
   int y 
);
[C++]
protected: virtual bool HittestActiveContent( 
   Rectangle contentBounds, 
   int x, 
   int y 
);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridViewCell Class | DataGridViewCell Members | Wimark.Controls Namespace