C# Class System.Windows.Forms.DrawListViewColumnHeaderEventArgs

Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Public Methods

Method Description
DrawBackground ( ) : void
DrawListViewColumnHeaderEventArgs ( Graphics graphics, Rectangle bounds, int columnIndex, ColumnHeader header, ListViewItemStates state, Color foreColor, Color backColor, Font font ) : System.Drawing
DrawText ( ) : void
DrawText ( TextFormatFlags flags ) : void

Method Details

DrawBackground() public method

public DrawBackground ( ) : void
return void

DrawListViewColumnHeaderEventArgs() public method

public DrawListViewColumnHeaderEventArgs ( Graphics graphics, Rectangle bounds, int columnIndex, ColumnHeader header, ListViewItemStates state, Color foreColor, Color backColor, Font font ) : System.Drawing
graphics System.Drawing.Graphics
bounds System.Drawing.Rectangle
columnIndex int
header ColumnHeader
state ListViewItemStates
foreColor Color
backColor Color
font System.Drawing.Font
return System.Drawing

DrawText() public method

public DrawText ( ) : void
return void

DrawText() public method

public DrawText ( TextFormatFlags flags ) : void
flags TextFormatFlags
return void