C# Class Eto.Test.Sections.Controls.TextAreaSection

Inheritance: Eto.Forms.Scrollable
Exibir arquivo Open project: picoe/Eto Class Usage Examples

Public Methods

Method Description
LogEvents ( TextArea control ) : void
TextAreaOptions ( TextArea text ) : Control
TextAreaOptions2 ( TextArea text ) : Control
TextAreaOptions3 ( TextArea text ) : Control
TextAreaOptions4 ( TextArea text ) : Control
TextAreaSection ( ) : System

Private Methods

Method Description
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

Method Details

LogEvents() public method

public LogEvents ( TextArea control ) : void
control Eto.Forms.TextArea
return void

TextAreaOptions() public static method

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

TextAreaOptions2() public static method

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

TextAreaOptions3() public static method

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

TextAreaOptions4() public static method

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

TextAreaSection() public method

public TextAreaSection ( ) : System
return System