WindowsUtilitiesGetWindowText Method |
Gets the text of the specified window's title bar (if it has one).
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static string GetWindowText(
IntPtr handle
)
Parameters
- handle
- Type: SystemIntPtr
The window handle.
Return Value
Type:
StringA string.
See Also