UtilUIAutomationGetWindowText(IntPtr) Method
Gets 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 string GetWindowText(
IntPtr hWnd
)
Public Shared Function GetWindowText (
hWnd As IntPtr
) As String
Dim hWnd As IntPtr
Dim returnValue As String
returnValue = UtilUIAutomation.GetWindowText(hWnd)
public:
static String^ GetWindowText(
IntPtr hWnd
)
static member GetWindowText :
hWnd : IntPtr -> string
No code example is currently available or this language may not be supported.
- hWnd IntPtr
-
A IntPtr handle to the Edit window.
String
The text.