CheckBox Property

       

Returns or sets a value that determines if a check box is displayed to the left of the selected date.

Syntax

object.CheckBox [= boolean]

The CheckBox property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
boolean A Boolean expression specifying whether or not a check box is displayed.

Settings

The settings for boolean are:

Setting Description
True A check box is displayed to the left of the selected date.
False (Default) A check box is not displayed to the left of the selected date.

Remarks

The check box allows the user to determine whether or not to set the date using the control. When the check box is empty, no date is selected.