C# 클래스 System.Windows.Forms.ListView.ListViewLabelEditTextBox

상속: TextBox
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form

공개 메소드들

메소드 설명
ListViewLabelEditTextBox ( ) : System
Reset ( ) : void

보호된 메소드들

메소드 설명
IsInputKey ( Keys key_data ) : bool
OnEditingCancelled ( EventArgs e ) : void
OnEditingFinished ( EventArgs e ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnTextChanged ( EventArgs e ) : void

비공개 메소드들

메소드 설명
ResizeTextBoxHeight ( int new_height ) : void
ResizeTextBoxWidth ( int new_width ) : void

메소드 상세

IsInputKey() 보호된 메소드

protected IsInputKey ( Keys key_data ) : bool
key_data Keys
리턴 bool

ListViewLabelEditTextBox() 공개 메소드

public ListViewLabelEditTextBox ( ) : System
리턴 System

OnEditingCancelled() 보호된 메소드

protected OnEditingCancelled ( EventArgs e ) : void
e EventArgs
리턴 void

OnEditingFinished() 보호된 메소드

protected OnEditingFinished ( EventArgs e ) : void
e EventArgs
리턴 void

OnKeyDown() 보호된 메소드

protected OnKeyDown ( KeyEventArgs e ) : void
e KeyEventArgs
리턴 void

OnLostFocus() 보호된 메소드

protected OnLostFocus ( EventArgs e ) : void
e EventArgs
리턴 void

OnTextChanged() 보호된 메소드

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

Reset() 공개 메소드

public Reset ( ) : void
리턴 void