Draws the TBD with the given TBD, Rectangle, row number, TBD, and Color.
[Visual Basic] Overrides Public Sub Paint( _ ByVal g As Graphics, _ ByVal bounds As Rectangle, _ ByVal source As ListManager, _ ByVal rowNum As Integer, _ ByVal backBrush As Brush, _ ByVal foreBrush As Brush, _ ByVal alignToRight As Boolean _ ) [C#] public override void Paint( Graphics g, Rectangle bounds, ListManager source, int rowNum, Brush backBrush, Brush foreBrush, bool alignToRight ); [C++] public: override void Paint( Graphics* g, Rectangle bounds, ListManager* source, int rowNum, Brush* backBrush, Brush* foreBrush, bool alignToRight ); [JScript] public override function Paint( g : Graphics, bounds : Rectangle, source : ListManager, rowNum : int, backBrush : Brush, foreBrush : Brush, alignToRight : Boolean );
Paints the check box in the column.
DataGridBoolColumn Class | DataGridBoolColumn Members | System.WinForms Namespace | Edit