📚 SAP Business One SDK Help

CheckBox Object Members
See Also  Overview 

Public Properties

Public Property CaptionThe caption of the check box.
Public Property CheckedIndicates whether the check box is selected.
Public Property DataBindThe DataBind object tied to this item.
Public Property ItemThe item properties of the check box. You can get the item that specifics the check box, and set the item properties if necessary.
Public Property ValOffThe data source value when the item is not selected.

Setting the data source with this value deselects the checkbox. If the checkbox is deselected by the user, the data source is set with this value.

Public Property ValOnThe data source value when the item is selected.

Setting the data source with this value selects the checkbox. If the checkbox is selected by the user, the data source is set with this value.

Events

Public Event ClickAfterThe event occurs after the main mouse button was clicked.
Public Event ClickBeforeThe event occurs before the main mouse button was clicked.
Public Event DoubleClickAfterThe event occurs after the main mouse button was double clicked.
Public Event DoubleClickBeforeThe event occurs before the main mouse button was double clicked.
Public Event KeyDownAfterThe event occurs after the key was pressed.
Public Event KeyDownBeforeThe event occurs before the key was pressed.
Public Event PressedAfterThe event occurs after the item was pressed, that is, a mouse is released within an item.
Public Event PressedBeforeThe event occurs before the item was pressed.

See Also