'Declaration Protected Overrides Sub ValidateTextCore( _ ByVal editText As String, _ ByVal fullValidation As Boolean _ )
'Usage Dim instance As ComboBoxTextBoxArea Dim editText As String Dim fullValidation As Boolean instance.ValidateTextCore(editText, fullValidation)
protected override void ValidateTextCore( string editText, bool fullValidation )
Parameters
- editText
- The text to validate.
- fullValidation
- true if the editText should be validated as a valid combobox value; false otherwise.