C# 클래스 OKHOSTING.UI.Net4.WinForms.Controls.TextBox

상속: System.Windows.Forms.TextBox, ITextBox
파일 보기 프로젝트 열기: okhosting/OKHOSTING.UI

Private Properties

프로퍼티 타입 설명
HidePlaceholder void
PasswordTextBox_TextChanged void
ShowPlaceholder void
TextBox_GotFocus void
TextBox_LostFocus void

공개 메소드들

메소드 설명
TextBox ( ) : System

보호된 메소드들

메소드 설명
OnPaint ( System pevent ) : void

비공개 메소드들

메소드 설명
HidePlaceholder ( ) : void
PasswordTextBox_TextChanged ( object sender, System e ) : void
ShowPlaceholder ( ) : void
TextBox_GotFocus ( object sender, EventArgs e ) : void
TextBox_LostFocus ( object sender, EventArgs e ) : void

메소드 상세

OnPaint() 보호된 메소드

protected OnPaint ( System pevent ) : void
pevent System
리턴 void

TextBox() 공개 메소드

public TextBox ( ) : System
리턴 System