C# Class System.Windows.Forms.DrawListViewSubItemEventArgs

Inheritance: EventArgs
Afficher le fichier Open project: emclient/mac-playground Class Usage Examples

Méthodes publiques

Méthode Description
DrawBackground ( ) : void
DrawFocusRectangle ( Rectangle bounds ) : void
DrawListViewSubItemEventArgs ( Graphics graphics, Rectangle bounds, System.Windows.Forms.ListViewItem item, System.Windows.Forms.ListViewItem.ListViewSubItem subItem, int itemIndex, int columnIndex, ColumnHeader header, ListViewItemStates itemState ) : 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 ( Rectangle bounds ) : void
bounds Rectangle
Résultat void

DrawListViewSubItemEventArgs() public méthode

public DrawListViewSubItemEventArgs ( Graphics graphics, Rectangle bounds, System.Windows.Forms.ListViewItem item, System.Windows.Forms.ListViewItem.ListViewSubItem subItem, int itemIndex, int columnIndex, ColumnHeader header, ListViewItemStates itemState ) : System.Drawing
graphics Graphics
bounds Rectangle
item System.Windows.Forms.ListViewItem
subItem System.Windows.Forms.ListViewItem.ListViewSubItem
itemIndex int
columnIndex int
header ColumnHeader
itemState 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