Return the Window form title

Namespace:  Devolutions.Utils
Assembly:  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

Return Value

See Also