Click or drag to resize
DigitalRunePlatformHelperGetForm Method
Gets the System.Windows.Forms.Form associated with the given handle.

Namespace: DigitalRune
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static Object GetForm(
	IntPtr handle
)

Parameters

handle
Type: SystemIntPtr
An IntPtr that represents the Windows handle of a form.

Return Value

Type: Object
The System.Windows.Forms.Form object or if System.Windows.Forms is not available on the target platform.
See Also