C# 클래스 Praeclarum.UI.Editor

상속: UITextView, ITextEditor
파일 보기 프로젝트 열기: praeclarum/Praeclarum

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Editor ( CoreGraphics frame ) : System
ITextEditor ( StringRange range, string text ) : void
Modify ( System.Action action ) : void

메소드 상세

Editor() 공개 메소드

public Editor ( CoreGraphics frame ) : System
frame CoreGraphics
리턴 System

ITextEditor() 공개 메소드

public ITextEditor ( StringRange range, string text ) : void
range StringRange
text string
리턴 void

Modify() 공개 메소드

public Modify ( System.Action action ) : void
action System.Action
리턴 void