Managed Windows API
EventDispatchingNativeWindow Class
NamespacesManagedWinapi.WindowsEventDispatchingNativeWindow
A Win32 native window that delegates window messages to handlers. So several components can use the same native window to save "USER resources". This class is useful when writing your own components.
Declaration Syntax
C#
public class EventDispatchingNativeWindow : NativeWindow
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
EventDispatchingNativeWindow()()()
Create your own event dispatching window.

EventHandler
Attach your event handlers here.

Instance
A global instance which can be used by components that do not need their own window.

WndProc(Message%)
Parse messages passed to this window and send them to the event handlers.
(Overrides NativeWindow.WndProc(Message%).)
Inheritance Hierarchy
Object
MarshalByRefObject
 NativeWindow
  EventDispatchingNativeWindow

Assembly: ManagedWinapi (Module: ManagedWinapi) Version: 0.3.0.0 (0.3)