Method | Description | |
---|---|---|
DateTimeCellRenderer ( ) : System |
Initializes a new instance of the DateTimeCellRenderer class with default settings
|
|
OnPaintCell ( |
Raises the PaintCell event
|
Method | Description | |
---|---|---|
DrawText ( System.DateTime dateTime, |
Draws the DateTime text
|
|
OnPaint ( |
Raises the Paint event
|
protected DrawText ( System.DateTime dateTime, |
||
dateTime | System.DateTime | The DateTime value to be drawn |
g | The Graphics to draw on | |
brush | The Brush to draw the text with | |
textRect | A Rectangle that specifies the bounds of the text | |
return | void |
protected OnPaint ( |
||
e | A PaintCellEventArgs that contains the event data | |
return | void |
public OnPaintCell ( |
||
e | A PaintCellEventArgs that contains the event data | |
return | void |