C# 클래스 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.
상속: System.Windows.Forms.DataGridView
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
FwBasicGrid ( ) : System

Initializes a new instance of the FwBasicGrid class.

보호된 메소드들

메소드 설명
OnCellPainting ( System.Windows.Forms.DataGridViewCellPaintingEventArgs e ) : void

Get rid of focus rectangle if applicable.

메소드 상세

FwBasicGrid() 공개 메소드

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

OnCellPainting() 보호된 메소드

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