TextBoxValidationWriteText Method
Writes a valid text in the control
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public void WriteText(
string text
)
Public Sub WriteText (
text As String
)
Parameters
- text String
- Text that is trying to be entered.