C# Class System.Windows.Forms.DrawListViewSubItemEventArgs

Inheritance: EventArgs
Show file Open project: emclient/mac-playground Class Usage Examples

Public Methods

Method 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 method

public DrawBackground ( ) : void
return void

DrawFocusRectangle() public method

public DrawFocusRectangle ( Rectangle bounds ) : void
bounds Rectangle
return void

DrawListViewSubItemEventArgs() public method

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
return System.Drawing

DrawText() public method

public DrawText ( ) : void
return void

DrawText() public method

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