property CalendarCombo.AllowEditChanges as Boolean
Specifies whether the control's edit box allows changes.

TypeDescription
Boolean A boolean expression that specifies whether the control's edit box allows changes.

Use the AllowEditChanges property to specify whether the control's edit box allows changes using the keyboard. Use the AllowSpin property to show a spin in the control's label. Use the FormatDate property to specify the format of date being displayed in the control's label. Use the AutoAdvance property to disable moving the focused field while typing digits.