CheckBox
From Visual WebGui Wiki
| This article will have a few sections added to it soon, based on the following article type skeleton: NewControlTemplate |
Contents |
Overview
The CheckBox control is functionally equivialent to the Windows Forms CheckBox control.
Availability
The CheckBox is one of the Out of the Box standard controls, which means it is free and available in all Visual WebGui versions.
Relevant members
Properties
| Name | Description |
|---|---|
| Checked | Logical - CheckBox is checked or not checked |
| ThreeState | Logical - If the CheckBox should support three states or the usual two states |
| CheckState | If ThreeState, what is the checked state of the control (checked, unchecked, intermediate) |
| ContextMenu | CheckBox can have ContextMenu accessed via Right mouse click |
Events
| Name | Description |
|---|---|
| CheckChanged | Fires when the Checked property changes |
| CheckStateChanged | Fires when the CheckState property changes |
| MenuClick | Event that fires when context menuitem is selected. |
Samples of use
SDK Version highlights
- 6.3.x Click does not always fire in IE (issue)
- 6.3.x CheckedChanged and CheckStateChanged don't fire exactly like Windows Forms in IE (issue)
See also
Rererences
Other references
