TextBoxValidationUpdateTextInputToValueSource Method
Updates the
Value property with the data entered in the text box and sends the value to the
data binding source property.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public bool UpdateTextInputToValueSource()
Public Function UpdateTextInputToValueSource As Boolean
Return Value
Boolean if the entered data is valid; otherwise,
>
Before transferring the data to the
Value property, the entered text is validated to
ensure that it represents valid data for the control's validation mode.