C# 클래스 NetIde.Util.Forms.PathLabel

상속: System.Windows.Forms.Control
파일 보기 프로젝트 열기: netide/netide

Private Properties

프로퍼티 타입 설명
CalculateHeight int
EnforceHeight void

공개 메소드들

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

보호된 메소드들

메소드 설명
OnFontChanged ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnTextChanged ( EventArgs e ) : void
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void

비공개 메소드들

메소드 설명
CalculateHeight ( ) : int
EnforceHeight ( ) : void

메소드 상세

GetPreferredSize() 공개 메소드

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

OnFontChanged() 보호된 메소드

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

OnPaint() 보호된 메소드

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

OnTextChanged() 보호된 메소드

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

SetBoundsCore() 보호된 메소드

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
리턴 void