The members of System.Windows.Forms.DrawListViewColumnHeaderEventArgs are listed below.
See Also: Inherited members from System.EventArgs
Initializes a new instance of the System.Windows.Forms.DrawListViewColumnHeaderEventArgs class. |
[read-only] | BackColor | System.Drawing.Color.
Gets the background color of the header. |
[read-only] | Bounds | System.Drawing.Rectangle.
Gets the size and location of the column header to draw. |
[read-only] | ColumnIndex | int.
Gets the index of the System.Windows.Forms.ColumnHeader representing the header to draw. |
DrawDefault | bool.
Gets or sets a value indicating whether the column header should be drawn by the operating system instead of owner-drawn. | |
[read-only] | Font | System.Drawing.Font.
Gets the font used to draw the column header text. |
[read-only] | ForeColor | System.Drawing.Color.
Gets the foreground color of the header. |
[read-only] | Graphics | System.Drawing.Graphics.
Gets the System.Drawing.Graphics used to draw the column header. |
[read-only] | Header | ColumnHeader.
Gets the System.Windows.Forms.ColumnHeader representing the column header to draw. |
[read-only] | State | ListViewItemStates.
Gets the current state of the column header. |
DrawBackground()
| ||
DrawText()
| ||
DrawText(TextFormatFlags)
|