C# Class System.Windows.Forms.DrawListViewItemEventArgs

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

Public Methods

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

public DrawBackground ( ) : void
return void

DrawFocusRectangle() public method

public DrawFocusRectangle ( ) : void
return void

DrawListViewItemEventArgs() public method

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

DrawText() public method

public DrawText ( ) : void
return void

DrawText() public method

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