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
파일 보기 프로젝트 열기: okhosting/OKHOSTING.UI

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