ArcFM Solution Developer Guide
GetInheritedStyle Method


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 TreeGridViewTextBoxCell
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 XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

TreeGridViewTextBoxCell Class
TreeGridViewTextBoxCell Members

 

 


Send Comment