C# Class System.Windows.Forms.DrawItemEventArgs

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

Public Methods

Method Description
DrawBackground ( ) : void
DrawFocusRectangle ( ) : void
DrawItemEventArgs ( Graphics graphics, Font font, Rectangle rect, int index, DrawItemState state ) : System
DrawItemEventArgs ( Graphics graphics, Font font, Rectangle rect, int index, DrawItemState state, Color foreColor, Color backColor ) : System

Method Details

DrawBackground() public method

public DrawBackground ( ) : void
return void

DrawFocusRectangle() public method

public DrawFocusRectangle ( ) : void
return void

DrawItemEventArgs() public method

public DrawItemEventArgs ( Graphics graphics, Font font, Rectangle rect, int index, DrawItemState state ) : System
graphics System.Drawing.Graphics
font System.Drawing.Font
rect System.Drawing.Rectangle
index int
state DrawItemState
return System

DrawItemEventArgs() public method

public DrawItemEventArgs ( Graphics graphics, Font font, Rectangle rect, int index, DrawItemState state, Color foreColor, Color backColor ) : System
graphics System.Drawing.Graphics
font System.Drawing.Font
rect System.Drawing.Rectangle
index int
state DrawItemState
foreColor Color
backColor Color
return System