C# 클래스 NClass.DiagramEditor.ClassDiagram.Editors.BorderedTextBox

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: gbaychev/NClass

Private Properties

프로퍼티 타입 설명
textBox_GotFocus void
textBox_KeyDown void
textBox_LostFocus void
textBox_TextChanged void
textBox_Validating void

공개 메소드들

메소드 설명
BorderedTextBox ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void

비공개 메소드들

메소드 설명
textBox_GotFocus ( object sender, EventArgs e ) : void
textBox_KeyDown ( object sender, KeyEventArgs e ) : void
textBox_LostFocus ( object sender, EventArgs e ) : void
textBox_TextChanged ( object sender, EventArgs e ) : void
textBox_Validating ( object sender, CancelEventArgs e ) : void

메소드 상세

BorderedTextBox() 공개 메소드

public BorderedTextBox ( ) : System
리턴 System

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 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