C# Class Smrf.AppLib.Win32Window

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

Protected Properties

Свойство Type Description
m_oHWnd System.IntPtr

Méthodes publiques

Méthode Description
Win32Window ( Int32 hwnd ) : System

Initializes a new instance of the Win32Window class.

Private Methods

Méthode Description
AssertValid ( ) : void

Method Details

Win32Window() public méthode

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

Property Details

m_oHWnd protected_oe property

protected IntPtr,System m_oHWnd
Résultat System.IntPtr