C# Class System.Windows.Forms.DrawListViewColumnHeaderEventArgs

Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public DrawBackground ( ) : void
Résultat void

DrawListViewColumnHeaderEventArgs() public méthode

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
Résultat System.Drawing

DrawText() public méthode

public DrawText ( ) : void
Résultat void

DrawText() public méthode

public DrawText ( TextFormatFlags flags ) : void
flags TextFormatFlags
Résultat void