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

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

공개 메소드들

메소드 설명
DrawBackground ( ) : void
DrawBorder ( ) : void
DrawText ( ) : void
DrawText ( TextFormatFlags flags ) : void
DrawToolTipEventArgs ( Graphics graphics, IWin32Window associatedWindow, Control associatedControl, Rectangle bounds, string toolTipText, Color backColor, Color foreColor, Font font ) : System.Drawing

메소드 상세

DrawBackground() 공개 메소드

public DrawBackground ( ) : void
리턴 void

DrawBorder() 공개 메소드

public DrawBorder ( ) : void
리턴 void

DrawText() 공개 메소드

public DrawText ( ) : void
리턴 void

DrawText() 공개 메소드

public DrawText ( TextFormatFlags flags ) : void
flags TextFormatFlags
리턴 void

DrawToolTipEventArgs() 공개 메소드

public DrawToolTipEventArgs ( Graphics graphics, IWin32Window associatedWindow, Control associatedControl, Rectangle bounds, string toolTipText, Color backColor, Color foreColor, Font font ) : System.Drawing
graphics System.Drawing.Graphics
associatedWindow IWin32Window
associatedControl Control
bounds System.Drawing.Rectangle
toolTipText string
backColor Color
foreColor Color
font System.Drawing.Font
리턴 System.Drawing