Click or drag to resize

WindowsUtilitiesGetWindowText Method

Gets the text of the specified window's title bar (if it has one).

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static string GetWindowText(
	IntPtr handle
)

Parameters

handle
Type: SystemIntPtr
The window handle.

Return Value

Type: String
A string.
See Also