Sets the parent window.

Namespace:  GrassValley.Mseries.DVCapture
Assembly:  GrassValley.Mseries.DVCapture (in GrassValley.Mseries.DVCapture.dll) Version: 1.0.0.0

Syntax

C#
public void SetParentWindow(
	int hwndParent
)
Visual Basic (Declaration)
Public Sub SetParentWindow ( _
	hwndParent As Integer _
)
Visual C++
public:
virtual void SetParentWindow(
	int hwndParent
) sealed

Parameters

hwndParent
Type: System..::.Int32
HWND parent.

Implements

IDVCapture..::.SetParentWindow(Int32)

See Also