TextBoxValidationUpdateTextInputToValueSource Method

Updates the Value property with the data entered in the text box and sends the value to the data binding source property.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public bool UpdateTextInputToValueSource()

Return Value

Boolean
if the entered data is valid; otherwise, >

Remarks

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.

See Also