Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NDataGridViewDetailsCell Class / GetInheritedStyle Method


In This Topic
    GetInheritedStyle Method (NDataGridViewDetailsCell)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function GetInheritedStyle( _
       ByVal inheritedCellStyle As System.Windows.Forms.DataGridViewCellStyle, _
       ByVal rowIndex As System.Integer, _
       ByVal includeColors As System.Boolean _
    ) As System.Windows.Forms.DataGridViewCellStyle
    'Usage
     
    
    Dim instance As NDataGridViewDetailsCell
    Dim inheritedCellStyle As System.Windows.Forms.DataGridViewCellStyle
    Dim rowIndex As System.Integer
    Dim includeColors As System.Boolean
    Dim value As System.Windows.Forms.DataGridViewCellStyle
     
    value = instance.GetInheritedStyle(inheritedCellStyle, rowIndex, includeColors)
    public virtual System.Windows.Forms.DataGridViewCellStyle GetInheritedStyle( 
       System.Windows.Forms.DataGridViewCellStyle inheritedCellStyle,
       System.int rowIndex,
       System.bool includeColors
    )

    Parameters

    inheritedCellStyle
    rowIndex
    includeColors
    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