C# Class Smrf.AppLib.Win32Window

Wraps a native window handle in an IWin32Window.
Inheritance: Object, IWin32Window
Mostrar archivo Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_oHWnd System.IntPtr

Public Methods

Method Description
Win32Window ( Int32 hwnd ) : System

Initializes a new instance of the Win32Window class.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

Win32Window() public method

Initializes a new instance of the Win32Window class.
public Win32Window ( Int32 hwnd ) : System
hwnd System.Int32 /// Native window handle. ///
return System

Property Details

m_oHWnd protected_oe property

protected IntPtr,System m_oHWnd
return System.IntPtr