C# 클래스 OKHOSTING.UI.Net4.WebForms.Controls.CheckBox

It is a control that represents a checkbox Es un control que representa un checkbox

상속: System.Web.UI.WebControls.CheckBox, ICheckBox
파일 보기 프로젝트 열기: okhosting/OKHOSTING.UI

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
LoadPostData ( string postDataKey, System postCollection ) : bool

Does nothing since we manage state ourselves

OnPreRender ( EventArgs e ) : void

Ons the pre render.

RaiseValueChanged ( ) : void

Raises the value changed. Pone el valor cambiado

메소드 상세

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.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs E.
리턴 void

RaiseValueChanged() 보호된 메소드

Raises the value changed. Pone el valor cambiado

protected RaiseValueChanged ( ) : void
리턴 void