Property | Type | Description |
---|
Method | Description | |
---|---|---|
OnClick ( |
Raises the Click event
|
|
OnDoubleClick ( |
Raises the DoubleClick event
|
|
OnMouseDown ( |
Raises the MouseDown event
|
|
OnMouseEnter ( |
Raises the MouseEnter event
|
|
OnMouseLeave ( |
Raises the MouseLeave event
|
|
OnMouseMove ( |
Raises the MouseMove event
|
|
OnMouseUp ( |
Raises the MouseUp event
|
|
OnPaintHeader ( |
Raises the PaintHeader event
|
Method | Description | |
---|---|---|
CalcImageRect ( ) : |
Returns a Rectangle that represents the size and location of the Image displayed on the ColumnHeader
|
|
CalcSortArrowRect ( ) : |
Returns a Rectangle that represents the size and location of the sort arrow
|
|
DrawColumnHeaderImage ( |
Draws the Image contained in the ColumnHeader
|
|
DrawSortArrow ( |
Draws the ColumnHeader's sort arrow
|
|
HeaderRenderer ( ) : System |
Initializes a new instance of the HeaderRenderer class with default settings
|
|
OnPaint ( |
Raises the Paint event
|
|
OnPaintBackground ( |
Raises the PaintBackground event
|
protected CalcImageRect ( ) : |
||
return |
protected CalcSortArrowRect ( ) : |
||
return |
protected DrawColumnHeaderImage ( |
||
g | The Graphics used to paint the Image | |
image | Image | The Image to be drawn |
imageRect | A rectangle that specifies the Size and /// Location of the Image | |
enabled | bool | Specifies whether the Image should be drawn /// in an enabled state |
return | void |
protected DrawSortArrow ( |
||
g | The Graphics to draw on | |
drawRect | A Rectangle that specifies the location /// of the sort arrow | |
direction | SortOrder | The direction of the sort arrow |
enabled | bool | Specifies whether the sort arrow should be /// drawn in an enabled state |
return | void |
public OnClick ( |
||
e | A HeaderMouseEventArgs that contains the event data | |
return | void |
public OnDoubleClick ( |
||
e | A HeaderMouseEventArgs that contains the event data | |
return | void |
public OnMouseDown ( |
||
e | A HeaderMouseEventArgs that contains the event data | |
return | void |
public OnMouseEnter ( |
||
e | A HeaderMouseEventArgs that contains the event data | |
return | void |
public OnMouseLeave ( |
||
e | A HeaderMouseEventArgs that contains the event data | |
return | void |
public OnMouseMove ( |
||
e | A HeaderMouseEventArgs that contains the event data | |
return | void |
public OnMouseUp ( |
||
e | A HeaderMouseEventArgs that contains the event data | |
return | void |
protected OnPaint ( |
||
e | A PaintHeaderEventArgs that contains the event data | |
return | void |
protected OnPaintBackground ( |
||
e | A PaintHeaderEventArgs that contains the event data | |
return | void |
public OnPaintHeader ( |
||
e | A PaintHeaderEventArgs that contains the event data | |
return | void |