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


GetInheritedStyle Method (NDataGridViewDetailsCell)
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)

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