C# 클래스 GBD.DataGridViewCheckBoxHeaderCell

The data grid view check box header cell.
상속: System.Windows.Forms.DataGridViewColumnHeaderCell
파일 보기 프로젝트 열기: DigitalGlobe/DGConnect-ESRI 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
isChecked bool

공개 메소드들

메소드 설명
DataGridViewCheckBoxHeaderCell ( ) : System.Drawing

Initializes a new instance of the DataGridViewCheckBoxHeaderCell class.

보호된 메소드들

메소드 설명
OnMouseClick ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void

The on mouse click.

Paint ( Graphics graphics, Rectangle clipBounds, Rectangle cellBounds, int rowIndex, DataGridViewElementStates dataGridViewElementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, DataGridViewPaintParts paintParts ) : void

The paint.

메소드 상세

DataGridViewCheckBoxHeaderCell() 공개 메소드

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

OnMouseClick() 보호된 메소드

The on mouse click.
protected OnMouseClick ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void
e System.Windows.Forms.DataGridViewCellMouseEventArgs /// The e. ///
리턴 void

Paint() 보호된 메소드

The paint.
protected Paint ( Graphics graphics, Rectangle clipBounds, Rectangle cellBounds, int rowIndex, DataGridViewElementStates dataGridViewElementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, DataGridViewPaintParts paintParts ) : void
graphics System.Drawing.Graphics /// The graphics. ///
clipBounds System.Drawing.Rectangle /// The clip bounds. ///
cellBounds System.Drawing.Rectangle /// The cell bounds. ///
rowIndex int /// The row index. ///
dataGridViewElementState DataGridViewElementStates /// The data grid view element state. ///
value object /// The value. ///
formattedValue object /// The formatted value. ///
errorText string /// The error text. ///
cellStyle System.Windows.Forms.DataGridViewCellStyle /// The cell style. ///
advancedBorderStyle System.Windows.Forms.DataGridViewAdvancedBorderStyle /// The advanced border style. ///
paintParts DataGridViewPaintParts /// The paint parts. ///
리턴 void

프로퍼티 상세

isChecked 공개적으로 프로퍼티

The _checked.
public bool isChecked
리턴 bool