IBindingDateTimePicker.CheckBoxFocus

Syntax

CheckBoxFocus: Boolean;

Description

The CheckBoxFocus property determines the SET_FOCUS_ON_CHECK_BOX parameter value in binding string.

Comments

If the SET_FOCUS_ON_CHECK_BOX parameter is set to True, the focus will be in the radio button area, otherwise the focus will be in the day/hour value area, depending on the editor which is set up.

The CheckBoxFocus property is available if the CheckBoxFocusDefined property is set to True. If the CheckBoxFocus property is changed, the CheckBoxFocusDefined property is automatically set to True.

Example

The example of use is given in description of the CheckBox property.

See also:

IBindingDateTimePicker