C# 클래스 KBS2.Controls.BorderedTextBox

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: Railec/SE1cKBS2 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
BorderedTextBox ( ) : System
addBorder ( ) : void
getBox ( ) : TextBox

보호된 메소드들

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

메소드 상세

BorderedTextBox() 공개 메소드

public BorderedTextBox ( ) : System
리턴 System

OnEnter() 보호된 메소드

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

OnLeave() 보호된 메소드

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

OnPaint() 보호된 메소드

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

OnResize() 보호된 메소드

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

addBorder() 공개 메소드

public addBorder ( ) : void
리턴 void

getBox() 공개 메소드

public getBox ( ) : TextBox
리턴 System.Windows.Forms.TextBox