UtilUIAutomationSetWindowText(SafeHandle, String) Method
Sets the text 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 SetWindowText(
SafeHandle hWnd,
string text
)
Public Shared Function SetWindowText (
hWnd As SafeHandle,
text As String
) As Boolean
Dim hWnd As SafeHandle
Dim text As String
Dim returnValue As Boolean
returnValue = UtilUIAutomation.SetWindowText(hWnd,
text)
public:
static bool SetWindowText(
SafeHandle^ hWnd,
String^ text
)
static member SetWindowText :
hWnd : SafeHandle *
text : string -> bool
No code example is currently available or this language may not be supported.
- hWnd SafeHandle
-
A IntPtr handle to the Edit window.
- text String
-
The text.
Boolean if operation succeeds,
otherwise.