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.

C# |
public class EventDispatchingNativeWindow : NativeWindow

All Members | Constructors | Methods | Properties | Events | |
Icon | Member | Description |
---|---|---|
![]() | 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%).) |

Object | |||
![]() | MarshalByRefObject | ||
![]() | NativeWindow | ||
![]() | EventDispatchingNativeWindow |