C# Class WindowHelper.MapBasicWindowController.WindowWrapper

This class implements IWin32Window wrapping a handle to window. It is used to wrap the handle to a running instance of MapInfo Professional application.
Inheritance: System.Windows.Forms.IWin32Window
Mostrar archivo Open project: PeterHorsbollMoller/mbWindowHelper

Public Methods

Method Description
WindowWrapper ( IntPtr handle ) : System

Method Details

WindowWrapper() public method

public WindowWrapper ( IntPtr handle ) : System
handle System.IntPtr
return System