CheckBoxFocus: Boolean;
The CheckBoxFocus property determines the SET_FOCUS_ON_CHECK_BOX parameter value in binding string.
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 IBindingDateTimePicker.CheckBoxFocusDefined property is set to True. If the CheckBoxFocus property is changed, the IBindingDateTimePicker.CheckBoxFocusDefined property is automatically set to True.
The example of use is given in description of the IBindingDateTimePicker.CheckBox property.
See also: