C# 클래스 NanoByte.Common.Controls.HintTextBox

상속: System.Windows.Forms.TextBox
파일 보기 프로젝트 열기: nano-byte/common 1 사용 예제들

Private Properties

프로퍼티 타입 설명
HideHintText void
ShowHintText void

공개 메소드들

메소드 설명
HintTextBox ( ) : System

보호된 메소드들

메소드 설명
OnBackColorChanged ( EventArgs e ) : void
OnClearButtonClicked ( EventArgs e ) : void

Raises the ClearButtonClicked event.

OnEnter ( EventArgs e ) : void
OnLeave ( EventArgs e ) : void
OnTextChanged ( EventArgs e ) : void

비공개 메소드들

메소드 설명
HideHintText ( ) : void
ShowHintText ( ) : void

메소드 상세

HintTextBox() 공개 메소드

public HintTextBox ( ) : System
리턴 System

OnBackColorChanged() 보호된 메소드

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

OnClearButtonClicked() 보호된 메소드

Raises the ClearButtonClicked event.
protected OnClearButtonClicked ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnEnter() 보호된 메소드

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

OnLeave() 보호된 메소드

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

OnTextChanged() 보호된 메소드

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