C# Class System.Windows.Forms.DrawListViewItemEventArgs

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

Méthodes publiques

Méthode Description
DrawBackground ( ) : void
DrawFocusRectangle ( ) : void
DrawListViewItemEventArgs ( Graphics graphics, System.Windows.Forms.ListViewItem item, Rectangle bounds, int itemIndex, ListViewItemStates state ) : System.Drawing
DrawText ( ) : void
DrawText ( TextFormatFlags flags ) : void

Method Details

DrawBackground() public méthode

public DrawBackground ( ) : void
Résultat void

DrawFocusRectangle() public méthode

public DrawFocusRectangle ( ) : void
Résultat void

DrawListViewItemEventArgs() public méthode

public DrawListViewItemEventArgs ( Graphics graphics, System.Windows.Forms.ListViewItem item, Rectangle bounds, int itemIndex, ListViewItemStates state ) : System.Drawing
graphics System.Drawing.Graphics
item System.Windows.Forms.ListViewItem
bounds System.Drawing.Rectangle
itemIndex int
state ListViewItemStates
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