C# 클래스 OKHOSTING.UI.Xamarin.Forms.Controls.TextArea

A multiline textbox Un cuadro de texto de multiples lineas.

상속: global::Xamarin.Forms.Editor, ITextArea
파일 보기 프로젝트 열기: okhosting/OKHOSTING.UI

Private Properties

프로퍼티 타입 설명
TextArea_TextChanged void

공개 메소드들

메소드 설명
IDisposable ( ) : void

The identifier dispose. El identificador dispose.

TextArea ( ) : OKHOSTING.UI.Controls

Initializes a new instance of the TextArea class. Inicializa una nueva instancia de la clase TextArea.

비공개 메소드들

메소드 설명
TextArea_TextChanged ( object sender, global e ) : void

Texts the area text changed. Cambia el texto del cuadro cuando el usuario lo cambia.

메소드 상세

IDisposable() 공개 메소드

The identifier dispose. El identificador dispose.

public IDisposable ( ) : void
리턴 void

TextArea() 공개 메소드

Initializes a new instance of the TextArea class. Inicializa una nueva instancia de la clase TextArea.

public TextArea ( ) : OKHOSTING.UI.Controls
리턴 OKHOSTING.UI.Controls