Hello to all,
I'm using AnotherDatePicker class, and in my layout I have a DatePickerLabel and other objects.
If the customer has click on the DatePickerLabel, the DatePicker open and the customer can select a date.
But how can I disable it, so if the customer has click on DatePickerLabel the DatePicker don't open ??
In some situation I want to fix to a date, so I call
TheDate.SetDate(DateTime.now, True)
but I don't want that the customer can change it, so I need a
How can do it ??
Thanks
Sergio