See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: NTier.Designer.Forms
Assembly: NTier.Designer.Forms (in NTier.Designer.Forms.dll) Version: 1.0.0.0

Syntax

C#
public override void InitializeEditingControl(
	int rowIndex,
	Object initialFormattedValue,
	DataGridViewCellStyle dataGridViewCellStyle
)
Visual Basic
Public Overrides Sub InitializeEditingControl ( 
	rowIndex As Integer,
	initialFormattedValue As Object,
	dataGridViewCellStyle As DataGridViewCellStyle
)
Visual C++
public:
virtual void InitializeEditingControl(
	int rowIndex, 
	Object^ initialFormattedValue, 
	DataGridViewCellStyle^ dataGridViewCellStyle
) override

Parameters

rowIndex
Type: System..::..Int32
initialFormattedValue
Type: System..::..Object
dataGridViewCellStyle
Type: System.Windows.Forms..::..DataGridViewCellStyle

See Also