M
Martin Robins
..NET CF 2.0:
TextBox control has a validating event the same as its desktop counterpart, but the Button control does not contain a CausesValidation property so as to cancel the validation when clicking cancel for example.
Is there another way to achieve this in .NET CF or is this an oversight?
TextBox control has a validating event the same as its desktop counterpart, but the Button control does not contain a CausesValidation property so as to cancel the validation when clicking cancel for example.
Is there another way to achieve this in .NET CF or is this an oversight?