C# Class OKHOSTING.UI.Xamarin.Forms.Controls.TextBox

A single line textbox Un cuadro de texto de una sola linea.

Inheritance: global::Xamarin.Forms.Entry, ITextBox
Afficher le fichier Open project: okhosting/OKHOSTING.UI

Private Properties

Свойство Type Description
TextBox_TextChanged void

Méthodes publiques

Méthode Description
IDisposable ( ) : void

The identifier dispose. El identificador dispose.

TextBox ( ) : OKHOSTING.UI.Controls

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

Private Methods

Méthode Description
TextBox_TextChanged ( object sender, global e ) : void

Texts the box text changed. Cambia el texto del textbox y lanza el evento ValueChanged.

Method Details

IDisposable() public méthode

The identifier dispose. El identificador dispose.

public IDisposable ( ) : void
Résultat void

TextBox() public méthode

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

public TextBox ( ) : OKHOSTING.UI.Controls
Résultat OKHOSTING.UI.Controls