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

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