UITestEngine.TextBox_TypeText(System.String,System.String,System.Int32)
++Function sets the text Eigenschalft a text box on the sign pInputText passed way. PDelayBetweenTypeMS The parameters are in waiting time between each character at the.
Namespace: SoftHai.Testing.UITestAssembly: SoftHai.Testing
Syntax
Visual Basic
<DebuggerHiddenAttribute()> _
Public Sub TextBox_TypeText( _
ByVal pTextBoxName As System.String, _
ByVal pInputText As System.String, _
ByVal pDelayBetweenTypeMS As System.Int32 _
)
C#
[DebuggerHiddenAttribute()]
public void TextBox_TypeText(
System.String pTextBoxName,
System.String pInputText,
System.Int32 pDelayBetweenTypeMS
)
Parameter
pTextBoxNameType:
System.StringName the text box
pInputTextType:
System.StringText to be written into the text property of the TextBox
pDelayBetweenTypeMSType:
System.Int32Waiting time between each character, 0 = put everything suddenly.
Exceptions
This WikiPage was created with
Codeplex WikiEditor