[Missing <summary> documentation for "M:Micromanager_net.Form1.SetParent(System.Int32,System.Int32)"]

Namespace:  Micromanager_net
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static int SetParent(
	int hWndChild,
	int hWndNewParent
)
Visual Basic (Declaration)
Public Shared Function SetParent ( _
	hWndChild As Integer, _
	hWndNewParent As Integer _
) As Integer
Visual C++
public:
static int SetParent(
	int hWndChild, 
	int hWndNewParent
)

Parameters

hWndChild
Type: System..::.Int32

[Missing <param name="hWndChild"/> documentation for "M:Micromanager_net.Form1.SetParent(System.Int32,System.Int32)"]

hWndNewParent
Type: System..::.Int32

[Missing <param name="hWndNewParent"/> documentation for "M:Micromanager_net.Form1.SetParent(System.Int32,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Micromanager_net.Form1.SetParent(System.Int32,System.Int32)"]

See Also