C# 클래스 System.Windows.Forms.DrawItemEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

DrawBackground() 공개 메소드

public DrawBackground ( ) : void
리턴 void

DrawFocusRectangle() 공개 메소드

public DrawFocusRectangle ( ) : void
리턴 void

DrawItemEventArgs() 공개 메소드

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
리턴 System

DrawItemEventArgs() 공개 메소드

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
리턴 System