Return the Window form title
Namespace:
Devolutions.UtilsAssembly: Devolutions.Utils (in Devolutions.Utils.dll)
Syntax
| Visual Basic |
|---|
Public Shared Function GetWindowText ( _ handle As IntPtr _ ) As String |
| C# |
|---|
public static string GetWindowText( IntPtr handle ) |
Parameters
- handle
- Type: System..::..IntPtr