Click or drag to resize

Win32WindowText Property

Gets the text of the window's title bar (if it has one). If this window is a control, the text of the control.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public string Text { get; }

Property Value

Type: String
The window text.
See Also