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
Показать файл Открыть проект

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