C# Класс OKHOSTING.UI.Net4.WebForms.Controls.TextArea

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

Наследование: System.Web.UI.WebControls.TextBox, ITextArea
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
TextArea ( ) : System.Linq

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

Защищенные методы

Метод Описание
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.

Описание методов

LoadPostData() защищенный Метод

Does nothing since we manage state ourselves
protected LoadPostData ( string postDataKey, System postCollection ) : bool
postDataKey string
postCollection System
Результат bool

OnPreRender() защищенный Метод

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

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs E.
Результат void

RaiseValueChanged() защищенный Метод

Raises the value changed. Cambia el valor.

protected RaiseValueChanged ( ) : void
Результат void

TextArea() публичный Метод

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

public TextArea ( ) : System.Linq
Результат System.Linq