Sets the parent window.

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

Syntax

C#
void SetParentWindow(
	int hwndParent
)
Visual Basic (Declaration)
Sub SetParentWindow ( _
	hwndParent As Integer _
)
Visual C++
void SetParentWindow(
	int hwndParent
)

Parameters

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

See Also