CalendarControl Xojo Plugin

CalendarControl.ClickableOutOfBounds Property

Use this property to let to specify if out of bounds days should be clickable. If out of bounds days are clickable then a click on them will let the calendar shift to next or previous month.

ClickableOutOfBounds as Boolean {Read and Write}

Remarks

This property can be used in design mode also.

This property does nothing if DrawOutOfBounds is not set to true.

See Also

CalendarControl Control