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
Show file Open project: okhosting/OKHOSTING.UI

Private Properties

Property Type Description

Public Methods

Method Description
TextArea ( ) : System.Linq

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

Protected Methods

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

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

OnPreRender() protected method

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

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs E.
return void

RaiseValueChanged() protected method

Raises the value changed. Cambia el valor.

protected RaiseValueChanged ( ) : void
return void

TextArea() public method

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

public TextArea ( ) : System.Linq
return System.Linq