ASP.NET Pack Programmer's Guide
CheckBox Members
Constructors Fields Methods
 


Represents a customizable checkbox.

The following tables list the members exposed by the CheckBox type.

 Public Constructors

  Name Description

CheckBox

Initializes a new instance of the CheckBox class.

 Public Fields

  Name Description

Dom

An object, which keeps references to various DOM elements, part of the control's structure

 Public Methods

  Name Description

dispose

Sys.UI.Control.dispose override.

get_autoPostBack

Gets a value indicating whether the control will post back to the server when the state has changed.

get_checked

Gets the checked state of the control.

get_displayType

Gets the display type of the control.

get_enabled

Gets a value indicating whether the control is enabled.

get_groupName

Gets a value indicating which CheckBox controls are mutually exclusive.

get_state

Gets the checked state of the control.

get_submitOnEnter

Gets a value indicating whether the control will submit the form on pressing the Enter key.

get_triState

Gets a value indicating whether the control supports indeterminate state.

initialize

Sys.UI.Control.initialize override.

postback

Initiates a postback.

preparePostback

Prepares the control for a subsequent postback.

set_autoPostBack

Sets a value indicating whether the control should post back to the server when the state has changed.

set_checked

Sets the checked state of the control.

set_enabled

Sets a value indicating whether the control is enabled.

set_state

Sets the checked state of the control.

set_submitOnEnter

Sets a value indicating whether the control should submit the form on pressing the Enter key.

toggle

Toggles the checked state of the control.

 See Also

CheckBox Class
MindFusion.UI.WebForms Namespace