Méthode | Description | |
---|---|---|
PaintHeaderEventArgs ( |
Initializes a new instance of the PaintHeaderEventArgs class with the specified graphics, column, table, column index, header style and clipping rectangle
|
|
PaintHeaderEventArgs ( |
Initializes a new instance of the PaintHeaderEventArgs class with the specified graphics and clipping rectangle
|
Méthode | Description | |
---|---|---|
SetColumn ( |
|
|
SetColumnIndex ( int columnIndex ) : void |
|
|
SetHeaderRect ( |
|
|
SetHeaderStyle ( ColumnHeaderStyle headerStyle ) : void |
|
|
SetTable ( |
|
public PaintHeaderEventArgs ( |
||
g | The Graphics used to paint the Column header | |
column | The Column to be painted | |
table | The Table the Column's ColumnModel belongs to | |
columnIndex | int | The index of the Column in the Table's ColumnModel |
headerStyle | ColumnHeaderStyle | The style of the Column's header |
headerRect | The Rectangle that represents the rectangle /// in which to paint | |
Résultat | System |
public PaintHeaderEventArgs ( |
||
g | The Graphics used to paint the Column header | |
headerRect | The Rectangle that represents the rectangle /// in which to paint | |
Résultat | System |