DrawListViewColumnHeaderEventArgs Properties
.NET Framework 4.5
The DrawListViewColumnHeaderEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
BackColor | Gets the background color of the header. |
|
Bounds | Gets the size and location of the column header to draw. |
|
ColumnIndex | Gets the index of the ColumnHeader representing the header to draw. |
|
DrawDefault | Gets or sets a value indicating whether the column header should be drawn by the operating system instead of owner-drawn. |
|
Font | Gets the font used to draw the column header text. |
|
ForeColor | Gets the foreground color of the header. |
|
Graphics | Gets the Graphics used to draw the column header. |
|
Header | Gets the ColumnHeader representing the column header to draw. |
|
State | Gets the current state of the column header. |