C# 클래스 Karabow.Steg.GUI.HintedTextBox

상속: System.Windows.Forms.TextBox
파일 보기 프로젝트 열기: Chieze-Franklin/Steg-Studio 1 사용 예제들

공개 메소드들

메소드 설명
HideHint ( ) : void
HintedTextBox ( string hint ) : System
ShowHint ( ) : void

비공개 메소드들

메소드 설명
HintedTextBox_GotFocus ( object sender, EventArgs e ) : void
HintedTextBox_LostFocus ( object sender, EventArgs e ) : void
HintedTextBox_TextChanged ( object sender, EventArgs e ) : void

메소드 상세

HideHint() 공개 메소드

public HideHint ( ) : void
리턴 void

HintedTextBox() 공개 메소드

public HintedTextBox ( string hint ) : System
hint string
리턴 System

ShowHint() 공개 메소드

public ShowHint ( ) : void
리턴 void