UtilUIAutomationAppendText Method
Appends text at the end of an Edit control.
Namespace: DevCase.Core.Diagnostics.ProcessesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool AppendText(
IntPtr hWnd,
string text
)
Public Shared Function AppendText (
hWnd As IntPtr,
text As String
) As Boolean
Dim hWnd As IntPtr
Dim text As String
Dim returnValue As Boolean
returnValue = UtilUIAutomation.AppendText(hWnd,
text)
public:
static bool AppendText(
IntPtr hWnd,
String^ text
)
static member AppendText :
hWnd : IntPtr *
text : string -> bool
No code example is currently available or this language may not be supported.
- hWnd IntPtr
-
A IntPtr handle to the Edit window.
- text String
-
The text to append.
Boolean if operation succeeds,
otherwise.