C# Class BExplorer.Shell.CommonFileDialogs.WindowWrapper

Creates IWin32Window around an IntPtr
Inheritance: IWin32Window
Show file Open project: Gainedge/BetterExplorer

Public Methods

Method Description
WindowWrapper ( IntPtr handle ) : System

Constructor

Method Details

WindowWrapper() public method

Constructor
public WindowWrapper ( IntPtr handle ) : System
handle System.IntPtr Handle to wrap
return System