  | PlatformHelperGetForm Method  | 
            Gets the System.Windows.Forms.Form associated with the given handle.
            
 
Namespace: DigitalRuneAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntaxpublic static Object GetForm(
	IntPtr handle
)
Public Shared Function GetForm ( 
	handle As IntPtr
) As Object
public:
static Object^ GetForm(
	IntPtr handle
)
static member GetForm : 
        handle : IntPtr -> Object 
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