C# 클래스 MonoFlat.MonoFlat_TextBox

상속: System.Windows.Forms.Control
파일 보기 프로젝트 열기: MrDarkSkil/Launcher_Arma3 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MonoFlatTB System.Windows.Forms.TextBox

공개 메소드들

메소드 설명
AddTextBox ( ) : void
MonoFlat_TextBox ( ) : System
_BaseTextChanged ( System sender, System e ) : void
_TextChanged ( System sender, System e ) : void

보호된 메소드들

메소드 설명
OnFontChanged ( System e ) : void
OnForeColorChanged ( System e ) : void
OnGotFocus ( System e ) : void
OnPaint ( System e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
OnResize ( System e ) : void
OnTextChanged ( System e ) : void

비공개 메소드들

메소드 설명
OnBaseTextChanged ( object s, EventArgs e ) : void
_Enter ( object Obj, EventArgs e ) : void
_Leave ( object Obj, EventArgs e ) : void
_OnKeyDown ( object Obj, KeyEventArgs e ) : void

메소드 상세

AddTextBox() 공개 메소드

public AddTextBox ( ) : void
리턴 void

MonoFlat_TextBox() 공개 메소드

public MonoFlat_TextBox ( ) : System
리턴 System

OnFontChanged() 보호된 메소드

protected OnFontChanged ( System e ) : void
e System
리턴 void

OnForeColorChanged() 보호된 메소드

protected OnForeColorChanged ( System e ) : void
e System
리턴 void

OnGotFocus() 보호된 메소드

protected OnGotFocus ( System e ) : void
e System
리턴 void

OnPaint() 보호된 메소드

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

OnPaintBackground() 보호된 메소드

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnResize() 보호된 메소드

protected OnResize ( System e ) : void
e System
리턴 void

OnTextChanged() 보호된 메소드

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

_BaseTextChanged() 공개 메소드

public _BaseTextChanged ( System sender, System e ) : void
sender System
e System
리턴 void

_TextChanged() 공개 메소드

public _TextChanged ( System sender, System e ) : void
sender System
e System
리턴 void

프로퍼티 상세

MonoFlatTB 공개적으로 프로퍼티

public TextBox,System.Windows.Forms MonoFlatTB
리턴 System.Windows.Forms.TextBox