ApplicationWindow
Description
- Derived from
-
ApplicationWindowBase abstract
Default implementation of the IApplicationWindow interface that represents a native window.
To create a new top-level window, use Create. To wrap an embedded native window (for example an MFC control), create a subclass and perform callbacks from the native windows message loop, for example by calling ApplicationWindowBase.OnMessage_Win32.
Protected / Constructors
ApplicationWindow
Creates a new instance of ApplicationWindow.
- TinmanException
-
If windowHandle in does not identify a valid native window or if some other unexpected error has occurred.