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

It represents a text box that masks the input visibly. Representa un cuadro de texto que visiblemente enmascara la entrada.

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

Private Properties

Property Type Description

Public Methods

Method Description
PasswordTextBox ( ) : System

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

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 hacer el cambio.

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 hacer el cambio.

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

PasswordTextBox() public method

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

public PasswordTextBox ( ) : System
return System

RaiseValueChanged() protected method

Raises the value changed. Cambia el valor.

protected RaiseValueChanged ( ) : void
return void