메소드 | 설명 | |
---|---|---|
PaintCellEventArgs ( |
Initializes a new instance of the PaintCellEventArgs class with the specified graphics, table, row index, column index, selected value, focused value, mouse value and clipping rectangle
|
|
PaintCellEventArgs ( |
Initializes a new instance of the PaintCellEventArgs class with the specified graphics and clipping rectangle
|
메소드 | 설명 | |
---|---|---|
SetCell ( |
|
|
SetCellRect ( |
|
|
SetColumn ( int column ) : void |
|
|
SetEditable ( bool editable ) : void |
|
|
SetEnabled ( bool enabled ) : void |
|
|
SetFocused ( bool focused ) : void |
|
|
SetRow ( int row ) : void |
|
|
SetSelected ( bool selected ) : void |
|
|
SetSorted ( bool sorted ) : void |
|
|
SetTable ( |
|
public PaintCellEventArgs ( |
||
g | The Graphics used to paint the Cell | |
cell | The Cell to be painted | |
table | The Table the Cell belongs to | |
row | int | The Row index of the Cell |
column | int | The Column index of the Cell |
selected | bool | Specifies whether the Cell is selected |
focused | bool | Specifies whether the Cell has focus |
sorted | bool | Specifies whether the Cell's Column is sorted |
editable | bool | Specifies whether the Cell is able to be edited |
enabled | bool | Specifies whether the Cell is enabled |
cellRect | The rectangle in which to paint the Cell | |
리턴 | System |
public PaintCellEventArgs ( |
||
g | The Graphics used to paint the Cell | |
cellRect | The Rectangle that represents the rectangle /// in which to paint | |
리턴 | System |