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

It represents a text box control. Representa un control de cuadro de texto.

Inheritance: System.Web.UI.WebControls.TextBox, ITextBox
Show file Open project: okhosting/OKHOSTING.UI

Protected Properties

Property Type Description
InnerWatermarkExtender AjaxControlToolkit.TextBoxWatermarkExtender

Private Properties

Property Type Description

Public Methods

Method Description
TextBox ( ) : System

Initializes a new instance of the OKHOSTING.UI.Net4.WebForms.Controls.TextBox class. Inicializa una nueva instacia de la clase OKHOSTING.UI.Net4.WebForms.Controls.TextBox

Protected Methods

Method Description
LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool

Does nothing since we manage state ourselves

OnPreRender ( EventArgs e ) : void

Ons the pre render. Ocurre antes de cambiar el valor

OnTextChanged ( EventArgs e ) : void

Ons the text changed. Es el evento enviado al cambiar el texto.

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, NameValueCollection postCollection ) : bool
postDataKey string
postCollection System.Collections.Specialized.NameValueCollection
return bool

OnPreRender() protected method

Ons the pre render. Ocurre antes de cambiar el valor

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

OnTextChanged() protected method

Ons the text changed. Es el evento enviado al cambiar el texto.

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

RaiseValueChanged() protected method

Raises the value changed. Cambia el valor.

protected RaiseValueChanged ( ) : void
return void

TextBox() public method

Initializes a new instance of the OKHOSTING.UI.Net4.WebForms.Controls.TextBox class. Inicializa una nueva instacia de la clase OKHOSTING.UI.Net4.WebForms.Controls.TextBox

public TextBox ( ) : System
return System

Property Details

InnerWatermarkExtender protected property

The inner watermark extender. El texto con marca de agua del control.

protected AjaxControlToolkit.TextBoxWatermarkExtender InnerWatermarkExtender
return AjaxControlToolkit.TextBoxWatermarkExtender