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

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

Inheritance: System.Web.UI.WebControls.CheckBox, ICheckBox
Mostra file Open project: okhosting/OKHOSTING.UI

Private Properties

Property Type Description

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.

RaiseValueChanged ( ) : void

Raises the value changed. Pone el valor cambiado

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

RaiseValueChanged() protected method

Raises the value changed. Pone el valor cambiado

protected RaiseValueChanged ( ) : void
return void