DataGridViewCell::PaintErrorIcon Method (Graphics^, Rectangle, Rectangle, String^)
.NET Framework (current version)
Paints the error icon of the current DataGridViewCell.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
protected: virtual void PaintErrorIcon( Graphics^ graphics, Rectangle clipBounds, Rectangle cellValueBounds, String^ errorText )
Parameters
- graphics
-
Type:
System.Drawing::Graphics^
The Graphics used to paint the border.
- clipBounds
-
Type:
System.Drawing::Rectangle
A Rectangle that represents the area of the DataGridView that needs to be repainted.
- cellValueBounds
-
Type:
System.Drawing::Rectangle
The bounding Rectangle that encloses the cell's content area.
- errorText
-
Type:
System::String^
An error message that is associated with the cell.
The errorText parameter signals the existence of an error. If errorText is null or String::Empty, the PaintErrorIcon method does nothing.
.NET Framework
Available since 2.0
Available since 2.0
Show: