C# Класс 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.

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

Private Properties

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

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

Метод Описание
PasswordTextBox ( ) : System

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

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

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

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

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

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

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

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

public PasswordTextBox ( ) : System
Результат System

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

Raises the value changed. Cambia el valor.

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