C# 클래스 BatchGuy.App.ThirdParty.DataGridViewCheckBoxHeader.DataGridViewCheckBoxHeaderCell

상속: System.Windows.Forms.DataGridViewColumnHeaderCell
파일 보기 프로젝트 열기: yaboy58/BatchGuy

공개 메소드들

메소드 설명
DataGridViewCheckBoxHeaderCell ( ) : System

보호된 메소드들

메소드 설명
OnMouseClick ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void
Paint ( System graphics, System clipBounds, System cellBounds, int rowIndex, DataGridViewElementStates dataGridViewElementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, DataGridViewPaintParts paintParts ) : void

메소드 상세

DataGridViewCheckBoxHeaderCell() 공개 메소드

public DataGridViewCheckBoxHeaderCell ( ) : System
리턴 System

OnMouseClick() 보호된 메소드

protected OnMouseClick ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void
e System.Windows.Forms.DataGridViewCellMouseEventArgs
리턴 void

Paint() 보호된 메소드

protected Paint ( System graphics, System clipBounds, System 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
clipBounds System
cellBounds System
rowIndex int
dataGridViewElementState DataGridViewElementStates
value object
formattedValue object
errorText string
cellStyle System.Windows.Forms.DataGridViewCellStyle
advancedBorderStyle System.Windows.Forms.DataGridViewAdvancedBorderStyle
paintParts DataGridViewPaintParts
리턴 void