Gets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus.
Documentation for this section has not yet been entered.
If the Control.CausesValidation property is set to false, the Control.Validating and Control.Validated events are suppressed.
The Control.CausesValidation property value is typically set to false for controls such as a Help button.