C# 클래스 System.Windows.Forms.TextBoxHelper

파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
TextView TextView

Private Properties

프로퍼티 타입 설명
TextBoxHelper AppKit

공개 메소드들

메소드 설명
DrawRect ( RectangleF dirtyRect ) : void
FontChanged ( ) : void
UpdateTextView ( ) : void

보호된 메소드들

메소드 설명
OnPaintBackground ( PaintEventArgs e ) : void

비공개 메소드들

메소드 설명
TextBoxHelper ( ) : AppKit

메소드 상세

DrawRect() 공개 메소드

public DrawRect ( RectangleF dirtyRect ) : void
dirtyRect System.Drawing.RectangleF
리턴 void

FontChanged() 공개 메소드

public FontChanged ( ) : void
리턴 void

OnPaintBackground() 보호된 메소드

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

UpdateTextView() 공개 메소드

public UpdateTextView ( ) : void
리턴 void

프로퍼티 상세

TextView 공개적으로 프로퍼티

public TextView,System.Windows.Forms TextView
리턴 TextView