/// <summary>Initializes a new instance of the ComboBoxTextBoxArea class
 /// specifying the ComboBoxTextBoxArea control that will be used as a
 /// template.</summary>
 /// <remarks>    If the Clone method is used, all property values will be
 /// cloned however event handlers will not.</remarks>
 /// <param name="template">The ComboBoxTextBoxArea to use as a template.</param>
 protected MyObjectPickerTextBoxArea(MyObjectPickerTextBoxArea template)
     : base(template)
 {
     base.CausesValidation = true;
 }
 /// <summary>Initializes a new instance of the ComboBoxTextBoxArea class
 /// specifying the ComboBoxTextBoxArea control that will be used as a
 /// template.</summary>
 /// <remarks>    If the Clone method is used, all property values will be
 /// cloned however event handlers will not.</remarks>
 /// <param name="template">The ComboBoxTextBoxArea to use as a template.</param>
 protected MyObjectPickerTextBoxArea(MyObjectPickerTextBoxArea template)
     : base(template)
 {
     base.CausesValidation = true;
 }