Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NDataGridViewDetailsCell Class / PaintErrorIcon(Graphics,Rectangle,Rectangle,String) Method


In This Topic
    PaintErrorIcon(Graphics,Rectangle,Rectangle,String) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub PaintErrorIcon( _
       ByVal graphics As System.Drawing.Graphics, _
       ByVal clipBounds As System.Drawing.Rectangle, _
       ByVal cellValueBounds As System.Drawing.Rectangle, _
       ByVal errorText As System.String _
    ) 
    'Usage
     
    
    Dim instance As NDataGridViewDetailsCell
    Dim graphics As System.Drawing.Graphics
    Dim clipBounds As System.Drawing.Rectangle
    Dim cellValueBounds As System.Drawing.Rectangle
    Dim errorText As System.String
     
    instance.PaintErrorIcon(graphics, clipBounds, cellValueBounds, errorText)
    protected virtual void PaintErrorIcon( 
       System.Drawing.Graphics graphics,
       System.Drawing.Rectangle clipBounds,
       System.Drawing.Rectangle cellValueBounds,
       System.string errorText
    )

    Parameters

    graphics
    clipBounds
    cellValueBounds
    errorText
    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