메소드 | 설명 | |
---|---|---|
ControlCellRenderer ( ) : System |
Initializes a new instance of the ControlCellRenderer class with default settings
|
|
OnPaintCell ( |
Raises the PaintCell event
|
메소드 | 설명 | |
---|---|---|
CalcControlRect ( RowAlignment rowAlignment, ColumnAlignment columnAlignment ) : |
Gets the Rectangle that specifies the Size and Location of the control contained in the current Cell
|
|
GetControlRendererData ( |
Gets the ControlRendererData specific data used by the Renderer from the specified Cell
|
|
OnPaint ( |
Raises the Paint event
|
|
OnPaintBackground ( |
We don't want any background.
|
protected CalcControlRect ( RowAlignment rowAlignment, ColumnAlignment columnAlignment ) : |
||
rowAlignment | RowAlignment | |
columnAlignment | ColumnAlignment | |
리턴 |
protected GetControlRendererData ( |
||
cell | ||
리턴 |
protected OnPaint ( |
||
e | A PaintCellEventArgs that contains the event data | |
리턴 | void |
protected OnPaintBackground ( |
||
e | ||
리턴 | void |
public OnPaintCell ( |
||
e | A PaintCellEventArgs that contains the event data | |
리턴 | void |