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

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

공개 프로퍼티들

프로퍼티 타입 설명
Host TextBoxHelper

공개 메소드들

메소드 설명
FlagsChanged ( NSEvent theEvent ) : void
InsertText ( NSObject insertString ) : void
KeyDown ( NSEvent theEvent ) : void
KeyUp ( NSEvent theEvent ) : void
SetSingleLine ( ) : void

비공개 메소드들

메소드 설명
TextView ( ) : AppKit

메소드 상세

FlagsChanged() 공개 메소드

public FlagsChanged ( NSEvent theEvent ) : void
theEvent NSEvent
리턴 void

InsertText() 공개 메소드

public InsertText ( NSObject insertString ) : void
insertString NSObject
리턴 void

KeyDown() 공개 메소드

public KeyDown ( NSEvent theEvent ) : void
theEvent NSEvent
리턴 void

KeyUp() 공개 메소드

public KeyUp ( NSEvent theEvent ) : void
theEvent NSEvent
리턴 void

SetSingleLine() 공개 메소드

public SetSingleLine ( ) : void
리턴 void

프로퍼티 상세

Host 공개적으로 프로퍼티

public TextBoxHelper,System.Windows.Forms Host
리턴 TextBoxHelper