C# Class OKHOSTING.UI.Net4.WebForms.Controls.TextArea

It represents a control input multiline text Representa un control de entrada de texto de varias líneas

Inheritance: System.Web.UI.WebControls.TextBox, ITextArea
Afficher le fichier Open project: okhosting/OKHOSTING.UI

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
TextArea ( ) : System.Linq

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

Méthodes protégées

Méthode Description
LoadPostData ( string postDataKey, System postCollection ) : bool

Does nothing since we manage state ourselves

OnPreRender ( EventArgs e ) : void

Ons the pre render. Ocurre antes de cambiar el nuevo valor.

RaiseValueChanged ( ) : void

Raises the value changed. Cambia el valor.

Method Details

LoadPostData() protected méthode

Does nothing since we manage state ourselves
protected LoadPostData ( string postDataKey, System postCollection ) : bool
postDataKey string
postCollection System
Résultat bool

OnPreRender() protected méthode

Ons the pre render. Ocurre antes de cambiar el nuevo valor.

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs E.
Résultat void

RaiseValueChanged() protected méthode

Raises the value changed. Cambia el valor.

protected RaiseValueChanged ( ) : void
Résultat void

TextArea() public méthode

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

public TextArea ( ) : System.Linq
Résultat System.Linq