Click or drag to resize

IMcViewClientWindowHandle Property

A Read Only property that contains the HWND of the viewer's client window.

Namespace:  MediaCy.IQL.Display.Viewer
Assembly:  MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property ClientWindowHandle As IntPtr
	Get

Property Value

Type: IntPtr
Remarks
Useful for subclassing, graphics overlay, and video preview.
See Also