Wimark.Controls Class Library  

DataGridViewCell.ComputeErrorIconBounds Method

Computes location and size of the error icon.

[Visual Basic]
Overridable Protected Function ComputeErrorIconBounds( _
   ByVal cellBounds As Rectangle, _
   ByVal contentBounds As Rectangle, _
   ByVal errorIconSize As Size, _
   ByVal graphics As Graphics _
) As Rectangle 
[C#]
protected virtual Rectangle ComputeErrorIconBounds( 
   Rectangle cellBounds, 
   Rectangle contentBounds, 
   Size errorIconSize, 
   Graphics graphics 
);
[C++]
protected: virtual Rectangle ComputeErrorIconBounds( 
   Rectangle cellBounds, 
   Rectangle contentBounds, 
   Size errorIconSize, 
   Graphics* graphics 
);

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