DrawListViewColumnHeaderEventArgs Properties
.NET Framework (current version)
Namespace:
System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| 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. |
Show:
