GroupLab Widget Tap Library

Win32Helper.GetWindowText Method 

Gets the text associated with the given windowing system window.

public static string GetWindowText(
   IntPtr windowHandle
);

Parameters

windowHandle
A window handle

Return Value

The windowing system window text.

See Also

Win32Helper Class | GroupLab.WidgetTap.Helpers Namespace