DataGridViewCell.PaintErrorIcon メソッド
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)

Protected Overridable Sub PaintErrorIcon ( _ graphics As Graphics, _ clipBounds As Rectangle, _ cellValueBounds As Rectangle, _ errorText As String _ )
Dim graphics As Graphics Dim clipBounds As Rectangle Dim cellValueBounds As Rectangle Dim errorText As String Me.PaintErrorIcon(graphics, clipBounds, cellValueBounds, errorText)
protected virtual void PaintErrorIcon ( Graphics graphics, Rectangle clipBounds, Rectangle cellValueBounds, string errorText )
protected: virtual void PaintErrorIcon ( Graphics^ graphics, Rectangle clipBounds, Rectangle cellValueBounds, String^ errorText )
protected void PaintErrorIcon ( Graphics graphics, Rectangle clipBounds, Rectangle cellValueBounds, String errorText )
protected function PaintErrorIcon ( graphics : Graphics, clipBounds : Rectangle, cellValueBounds : Rectangle, errorText : String )

errorText パラメータはエラーの存在を通知します。errorText が null 参照 (Visual Basic では Nothing) または String.Empty の場合、PaintErrorIcon メソッドは何も実行しません。

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- DataGridViewCell.PaintErrorIcon メソッドのページへのリンク