Méthode | Description | |
---|---|---|
ColorCellRenderer ( ) : System |
Initializes a new instance of the ColorCellRenderer class with default settings
|
|
OnPaintCell ( |
Raises the PaintCell event
|
Méthode | Description | |
---|---|---|
CalcColorRect ( RowAlignment rowAlignment, ColumnAlignment columnAlignment ) : |
Returns a Rectangle that specifies the size and location of the Color rectangle
|
|
OnPaint ( |
Raises the Paint event
|
protected CalcColorRect ( RowAlignment rowAlignment, ColumnAlignment columnAlignment ) : |
||
rowAlignment | RowAlignment | The alignment of the Cells Row |
columnAlignment | ColumnAlignment | The alignment of the Cells Column |
Résultat |
protected OnPaint ( |
||
e | A PaintCellEventArgs that contains the event data | |
Résultat | void |
public OnPaintCell ( |
||
e | A PaintCellEventArgs that contains the event data | |
Résultat | void |