[To be supplied.]
[Visual Basic] Overloads Overrides Public Function Paint( _ ByVal g As Graphics, _ ByVal bounds As Rectangle, _ ByVal trueRowBounds As Rectangle, _ ByVal firstVisibleColumn As Integer, _ ByVal nCols As Integer _ ) As Integer [C#] public override int Paint( Graphics g, Rectangle bounds, Rectangle trueRowBounds, int firstVisibleColumn, int nCols ); [C++] public: override int Paint( Graphics* g, Rectangle bounds, Rectangle trueRowBounds, int firstVisibleColumn, int nCols ); [JScript] public override function Paint( g : Graphics, bounds : Rectangle, trueRowBounds : Rectangle, firstVisibleColumn : int, nCols : int ) : int;
DataGridAddNewRow Class | DataGridAddNewRow Members | System.WinForms Namespace | DataGridAddNewRow.Paint Overload List