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#
protected override void Paint(
	Graphics graphics,
	Rectangle clipBounds,
	Rectangle cellBounds,
	int rowIndex,
	DataGridViewElementStates cellState,
	Object value,
	Object formattedValue,
	string errorText,
	DataGridViewCellStyle cellStyle,
	DataGridViewAdvancedBorderStyle advancedBorderStyle,
	DataGridViewPaintParts paintParts
)
Visual Basic
Protected Overrides Sub Paint ( 
	graphics As Graphics,
	clipBounds As Rectangle,
	cellBounds As Rectangle,
	rowIndex As Integer,
	cellState As DataGridViewElementStates,
	value As Object,
	formattedValue As Object,
	errorText As String,
	cellStyle As DataGridViewCellStyle,
	advancedBorderStyle As DataGridViewAdvancedBorderStyle,
	paintParts As DataGridViewPaintParts
)
Visual C++
protected:
virtual void Paint(
	Graphics^ graphics, 
	Rectangle clipBounds, 
	Rectangle cellBounds, 
	int rowIndex, 
	DataGridViewElementStates cellState, 
	Object^ value, 
	Object^ formattedValue, 
	String^ errorText, 
	DataGridViewCellStyle^ cellStyle, 
	DataGridViewAdvancedBorderStyle^ advancedBorderStyle, 
	DataGridViewPaintParts paintParts
) override

See Also