CheckBox

Wisej.Web.CheckBox

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

Represents a check box control.

public class CheckBox : ButtonBase

Constructors

CheckBox()

Initializes a new instance of the CheckBox class.

Properties

Appearance

Appearance: Returns or sets the value that determines the appearance of a CheckBox control.

AutoCheck

Booleanarrow-up-right: Returns or set a value indicating whether the Checked or CheckState values and the CheckBox's appearance are automatically changed when the CheckBox is clicked.

AutoSize

Booleanarrow-up-right: Returns or sets a value that indicates whether the control resizes based on its contents.

CheckAlign

ContentAlignmentarrow-up-right: Returns or sets the horizontal and vertical alignment of the check mark on a CheckBox control.

Checked

Booleanarrow-up-right: Returns or set a value indicating whether the CheckBox is in the checked state.

CheckedForeColor

Colorarrow-up-right: Returns or sets the text color used when the CheckBox is checked.

CheckState

CheckState: Returns or sets the state of the CheckBox.

Invalid

Booleanarrow-up-right: Returns or sets a value that indicates that the control is invalid.

InvalidMessage

Stringarrow-up-right: Returns or sets the invalid message that is shown in the invalid tooltip.

ReadOnly

Booleanarrow-up-right: Returns or sets whether the control is read-only.

TextAlign

ContentAlignmentarrow-up-right: Returns or sets the alignment of the text on the CheckBox control.

ThreeState

Booleanarrow-up-right: Returns or sets whether the CheckBox will allow three check states rather than two.

Methods

PerformClick()

Generates a Click event for a CheckBox.

Events

AppearanceChanged

EventHandlerarrow-up-right Fired when the value of the Appearance property changes.

CheckedChanged

EventHandlerarrow-up-right Fired when the value of the Checked property changes.

CheckStateChanged

EventHandlerarrow-up-right Fired when the value of the CheckState property changes.

ReadOnlyChanged

EventHandlerarrow-up-right Fired when the value of the ReadOnly property has changed.

Implements

Name
Description

Bindable components implement this interface.

All wisej components implement this interface.

All wisej controls derived from the Control class must implement this interface.

Allows an object to serialize itself.

Last updated

Was this helpful?