C# Class SIL.FieldWorks.Common.Controls.FwBasicGrid

Provides an implementation of the DataGridView that uses a different color scheme for selected rows and cells from the default.
Inheritance: System.Windows.Forms.DataGridView
Show file Open project: sillsdev/FieldWorks

Public Methods

Method Description
FwBasicGrid ( ) : System

Initializes a new instance of the FwBasicGrid class.

Protected Methods

Method Description
OnCellPainting ( System.Windows.Forms.DataGridViewCellPaintingEventArgs e ) : void

Get rid of focus rectangle if applicable.

Method Details

FwBasicGrid() public method

Initializes a new instance of the FwBasicGrid class.
public FwBasicGrid ( ) : System
return System

OnCellPainting() protected method

Get rid of focus rectangle if applicable.
protected OnCellPainting ( System.Windows.Forms.DataGridViewCellPaintingEventArgs e ) : void
e System.Windows.Forms.DataGridViewCellPaintingEventArgs
return void