C# 클래스 Eto.Test.Sections.Controls.TextAreaSection

상속: Eto.Forms.Scrollable
파일 보기 프로젝트 열기: picoe/Eto 1 사용 예제들

공개 메소드들

메소드 설명
LogEvents ( TextArea control ) : void
TextAreaOptions ( TextArea text ) : Control
TextAreaOptions2 ( TextArea text ) : Control
TextAreaOptions3 ( TextArea text ) : Control
TextAreaOptions4 ( TextArea text ) : Control
TextAreaSection ( ) : System

비공개 메소드들

메소드 설명
AcceptsReturnCheckBox ( TextArea text ) : Control
AcceptsTabCheckBox ( TextArea text ) : Control
ChangeColorButton ( TextArea textArea ) : Control
Default ( ) : Control
EnabledCheckBox ( TextArea textArea ) : Control
ReadOnlyCheckBox ( TextArea textArea ) : Control
ReplaceSelected ( TextArea textArea ) : Control
SelectAll ( TextArea text ) : Control
SetAlignment ( TextArea text ) : Control
SetCaretButton ( TextArea textArea ) : Control
SetSelectedText ( TextArea textArea ) : Control
ShowSelectedText ( TextArea text ) : Control
SpellCheckCheckBox ( TextArea text ) : Control
TextReplacementsDropDown ( TextArea text ) : Control
WrapCheckBox ( TextArea text ) : Control

메소드 상세

LogEvents() 공개 메소드

public LogEvents ( TextArea control ) : void
control Eto.Forms.TextArea
리턴 void

TextAreaOptions() 공개 정적인 메소드

public static TextAreaOptions ( TextArea text ) : Control
text Eto.Forms.TextArea
리턴 Eto.Forms.Control

TextAreaOptions2() 공개 정적인 메소드

public static TextAreaOptions2 ( TextArea text ) : Control
text Eto.Forms.TextArea
리턴 Eto.Forms.Control

TextAreaOptions3() 공개 정적인 메소드

public static TextAreaOptions3 ( TextArea text ) : Control
text Eto.Forms.TextArea
리턴 Eto.Forms.Control

TextAreaOptions4() 공개 정적인 메소드

public static TextAreaOptions4 ( TextArea text ) : Control
text Eto.Forms.TextArea
리턴 Eto.Forms.Control

TextAreaSection() 공개 메소드

public TextAreaSection ( ) : System
리턴 System