UITestEngine.TextBox_InputText(System.String,System.String)
++Function sets the text in the text box on a Eigenschalft pInputText passed value.
Namespace: SoftHai.Testing.UITestAssembly: SoftHai.Testing
Syntax
Visual Basic
<DebuggerHiddenAttribute()> _
Public Sub TextBox_InputText( _
ByVal pTextBoxName As System.String, _
ByVal pInputText As System.String _
)
C#
[DebuggerHiddenAttribute()]
public void TextBox_InputText(
System.String pTextBoxName,
System.String pInputText
)
Parameter
pTextBoxNameType:
System.StringName the text box
pInputTextType:
System.StringText to be written into the text property of the TextBox
Exceptions
This WikiPage was created with
Codeplex WikiEditor