C# 클래스 SystemEx.Windows.Forms.TextBox

상속: System.Windows.Forms.TextBox
파일 보기 프로젝트 열기: pvginkel/SystemEx

Private Properties

프로퍼티 타입 설명
AddEditButton void
FixMargins void
LeftButtons_Changed void
PerformEditButtonLayout void
RebuildEditButtons void
RightButtons_Changed void
UpdateMargins void

공개 메소드들

메소드 설명
TextBox ( ) : System

보호된 메소드들

메소드 설명
OnFontChanged ( EventArgs e ) : void
OnHandleCreated ( EventArgs e ) : void
OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
OnLeave ( EventArgs e ) : void
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void

비공개 메소드들

메소드 설명
AddEditButton ( Button button ) : void
FixMargins ( ) : void
LeftButtons_Changed ( object sender, EventArgs e ) : void
PerformEditButtonLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
RebuildEditButtons ( ) : void
RightButtons_Changed ( object sender, EventArgs e ) : void
UpdateMargins ( ) : void

메소드 상세

OnFontChanged() 보호된 메소드

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

OnHandleCreated() 보호된 메소드

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

OnLayout() 보호된 메소드

protected OnLayout ( System.Windows.Forms.LayoutEventArgs levent ) : void
levent System.Windows.Forms.LayoutEventArgs
리턴 void

OnLeave() 보호된 메소드

protected OnLeave ( 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

TextBox() 공개 메소드

public TextBox ( ) : System
리턴 System