CvGetWindowName Method OpenCvSharp Class Library
Returns the name of window given its native handle (HWND in case of Win32 and GtkWidget in case of GTK+).

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static string GetWindowName(
	IntPtr windowHandle
)

Parameters

windowHandle
Type: SystemIntPtr
Handle of the window.

Return Value

Type: String
Window name
See Also

Reference