chk Control

Properties    Methods    Events    Belongs to

The chk control is based on the Visual Basic's CheckBox control. Most of its interface is the same as that of CheckBox. In addition, it has an IBatControl interface, which enables the control to be contained in an atb control. And last, but not least, it has a Caption property and some special alignment functions.

Binding a chk control to a column of an atb control

Draw a chk control onto your atb control and you will be able to bind the chk control to a column of the atb control. Leave the DataSource Property blank. Simply type in the Name of the atb column to the DataField property or - even more simple - leave DataField blank and use the name of the atb column as the name of the chk control.

Simple - simpler - the simplest: Use the bAt Master Add-In to throw the suitable controls into your atb!