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
Afficher le fichier Open project: okhosting/OKHOSTING.UI

Private Properties

Свойство Type Description

Méthodes protégées

Méthode 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 méthode

Does nothing since we manage state ourselves
protected LoadPostData ( string postDataKey, System postCollection ) : bool
postDataKey string
postCollection System
Résultat bool

OnPreRender() protected méthode

Ons the pre render.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs E.
Résultat void

RaiseValueChanged() protected méthode

Raises the value changed. Pone el valor cambiado

protected RaiseValueChanged ( ) : void
Résultat void