property CalendarCombo.AllowCheckBox as Boolean
Specifies whether the label displays a checkbox to the left of the date. When unchecked, no date is selected.

 TypeDescription 
   Boolean A boolean expression that specifies whether the label displays a check box.  
Use the AllowCheckBox property to display a check box left to the date, so a date can be selected or not. Use the CheckImage property to use icons, or EBN files to specify your visual appearance for the control's checkbox. Use the AllowSpin property to display a spin control to change the focused field. Use the Value property to change the checkbox's state as follows: If the Value property is not zero, the check box is checked, else the checkbox is unchecked, and the labels shows grayed. Use the ForeColorDisabled property to specify the color to show the selected date when the checkbox is unchecked.


Send comments on this topic.
© 1999-2012 Exontrol.COM, Software. All rights reserved.