Property | Type | Description | |
---|---|---|---|
CreateEditingControl | void | ||
DetachEditingControl | void |
Method | Description | |
---|---|---|
Clone ( ) : object | ||
DataGridViewTextBoxCell ( ) : System | ||
InitializeEditingControl ( int rowIndex, object initialFormattedValue, System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle ) : void | ||
KeyEntersEditMode ( |
||
PositionEditingControl ( bool setLocation, bool setSize, |
||
ToString ( ) : string |
Method | Description | |
---|---|---|
GetContentBounds ( |
||
GetErrorIconBounds ( |
||
GetPreferredSize ( |
||
OnEnter ( int rowIndex, bool throughMouseClick ) : void | ||
OnLeave ( int rowIndex, bool throughMouseClick ) : void | ||
OnMouseClick ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void | ||
Paint ( |
Method | Description | |
---|---|---|
CreateEditingControl ( ) : void | ||
DetachEditingControl ( ) : void |
protected GetContentBounds ( |
||
graphics | ||
cellStyle | System.Windows.Forms.DataGridViewCellStyle | |
rowIndex | int | |
return |
protected GetErrorIconBounds ( |
||
graphics | ||
cellStyle | System.Windows.Forms.DataGridViewCellStyle | |
rowIndex | int | |
return |
protected GetPreferredSize ( |
||
graphics | ||
cellStyle | System.Windows.Forms.DataGridViewCellStyle | |
rowIndex | int | |
constraintSize | ||
return |
public InitializeEditingControl ( int rowIndex, object initialFormattedValue, System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle ) : void | ||
rowIndex | int | |
initialFormattedValue | object | |
dataGridViewCellStyle | System.Windows.Forms.DataGridViewCellStyle | |
return | void |
public KeyEntersEditMode ( |
||
e | ||
return | bool |
protected OnEnter ( int rowIndex, bool throughMouseClick ) : void | ||
rowIndex | int | |
throughMouseClick | bool | |
return | void |
protected OnLeave ( int rowIndex, bool throughMouseClick ) : void | ||
rowIndex | int | |
throughMouseClick | bool | |
return | void |
protected OnMouseClick ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void | ||
e | System.Windows.Forms.DataGridViewCellMouseEventArgs | |
return | void |
protected Paint ( |
||
graphics | ||
clipBounds | ||
cellBounds | ||
rowIndex | int | |
cellState | DataGridViewElementStates | |
value | object | |
formattedValue | object | |
errorText | string | |
cellStyle | System.Windows.Forms.DataGridViewCellStyle | |
advancedBorderStyle | System.Windows.Forms.DataGridViewAdvancedBorderStyle | |
paintParts | DataGridViewPaintParts | |
return | void |
public PositionEditingControl ( bool setLocation, bool setSize, |
||
setLocation | bool | |
setSize | bool | |
cellBounds | ||
cellClip | ||
cellStyle | System.Windows.Forms.DataGridViewCellStyle | |
singleVerticalBorderAdded | bool | |
singleHorizontalBorderAdded | bool | |
isFirstDisplayedColumn | bool | |
isFirstDisplayedRow | bool | |
return | void |