C# 클래스 YamuiFramework.Controls.YamuiLabel

상속: System.Windows.Forms.Label
파일 보기 프로젝트 열기: jcaillon/3P

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetPreferredSize ( Size proposedSize ) : Size
YamuiLabel ( ) : System

보호된 메소드들

메소드 설명
OnEnabledChanged ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
PaintTransparentBackground ( Graphics graphics, Rectangle clipRect ) : void

메소드 상세

GetPreferredSize() 공개 메소드

public GetPreferredSize ( Size proposedSize ) : Size
proposedSize System.Drawing.Size
리턴 System.Drawing.Size

OnEnabledChanged() 보호된 메소드

protected OnEnabledChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnPaintBackground() 보호된 메소드

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

PaintTransparentBackground() 보호된 메소드

protected PaintTransparentBackground ( Graphics graphics, Rectangle clipRect ) : void
graphics System.Drawing.Graphics
clipRect System.Drawing.Rectangle
리턴 void

YamuiLabel() 공개 메소드

public YamuiLabel ( ) : System
리턴 System