Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NDataGridView Class / PaintCell Method


In This Topic
    PaintCell Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub PaintCell( _
       ByVal e As System.Windows.Forms.DataGridViewCellPaintingEventArgs, _
       ByVal type As DataGridViewCellType _
    ) 
    'Usage
     
    
    Dim instance As NDataGridView
    Dim e As System.Windows.Forms.DataGridViewCellPaintingEventArgs
    Dim type As DataGridViewCellType
     
    instance.PaintCell(e, type)
    protected virtual void PaintCell( 
       System.Windows.Forms.DataGridViewCellPaintingEventArgs e,
       DataGridViewCellType type
    )

    Parameters

    e
    type
    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