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