C# 클래스 GbdxTools.DataGridViewDisableCheckBoxCell

상속: System.Windows.Forms.DataGridViewCheckBoxCell
파일 보기 프로젝트 열기: DigitalGlobe/DGConnect-ESRI 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : object
DataGridViewDisableCheckBoxCell ( ) : System.Drawing

보호된 메소드들

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

Override the Paint method to show the disabled checked/unchecked datagridviewcheckboxcell.

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

DataGridViewDisableCheckBoxCell() 공개 메소드

public DataGridViewDisableCheckBoxCell ( ) : System.Drawing
리턴 System.Drawing

Paint() 보호된 메소드

Override the Paint method to show the disabled checked/unchecked datagridviewcheckboxcell.
protected Paint ( Graphics graphics, Rectangle clipBounds, Rectangle cellBounds, int rowIndex, DataGridViewElementStates elementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, DataGridViewPaintParts paintParts ) : void
graphics System.Drawing.Graphics
clipBounds System.Drawing.Rectangle
cellBounds System.Drawing.Rectangle
rowIndex int
elementState DataGridViewElementStates
value object
formattedValue object
errorText string
cellStyle System.Windows.Forms.DataGridViewCellStyle
advancedBorderStyle System.Windows.Forms.DataGridViewAdvancedBorderStyle
paintParts DataGridViewPaintParts
리턴 void