Method SubmitInput
| Improve this Doc View SourceSubmitInput(Boolean)
Tries to submit data input with validation.
Declaration
public virtual bool SubmitInput(bool focusToErrorInput = true)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | focusToErrorInput | A value indicates whether the UI element with validation error should have keyboard focus. |
Returns
Type | Description |
---|---|
System.Boolean | true if data input submitted sccessfully, otherwise false. |