Touch Check Box
A check box which supports touch screen input.
Namespace: LSOne.Controls
Assembly: LSOne.Controls.TouchCheckBox
Syntax
public partial class TouchCheckBox : UserControl
Constructors
|
Name |
Description |
|---|---|
|
TouchCheckBox() |
Default constructor |
Properties
|
Name |
Description |
|---|---|
|
Checked |
Get or set the checked state of the check box. |
|
Text |
Get or set text of the check box. |
Events
|
Name |
Description |
|---|---|
|
CheckedChanges |
Occurs when the checked state of the control is changed. |
Examples
See Source\POS\Other\POSSharedDialogs\PayCheckDialog.cs from DevPack for usage examples.
