[]
Gets or sets a value indicating whether the control causes validation (i.e. calls Validated and Validating events)
[TypeConverter(typeof(CausesValidationPropertyConverter))]
public bool CausesValidation { get; set; }
<TypeConverter(GetType(CausesValidationPropertyConverter))>
Public Property CausesValidation As Boolean