9#if !defined(OWL_MDICHILD_H)
13#if defined(BI_HAS_PRAGMA_ONCE)
62 auto PreProcessMsg(
MSG&) ->
bool override;
63 auto ShowWindow(
int cmdShow) ->
bool override;
64 auto EnableWindow(
bool enable) ->
bool override;
65 void Destroy(
int retVal = 0)
override;
68 auto PerformCreate() ->
THandle override;
72 bool EvNCActivate(
bool active);
Derived from TWindow, TFrameWindow controls such window-specific behavior as keyboard navigation and ...
TMDIChild defines the basic behavior of all MDI child windows.
Multiple Document Interface (MDI) client windows (represented by a TMDIClient object) manage the MDI ...
ObjectWindows dynamic-link libraries (DLLs) construct an instance of TModule, which acts as an object...
TWindow, derived from TEventHandler and TStreamableBase, provides window-specific behavior and encaps...
HWND THandle
TWindow encapsulates an HWND.
#define DECLARE_RESPONSE_TABLE(cls)
Definition of class TFrameWindow.
#define DECLARE_STREAMABLE_OWL(cls, ver)
#define DECLARE_STREAMABLE_INLINES(cls)
Object Windows Library (OWLNext Core)
UINT TMsgId
Message ID type.
LPARAM TParam2
Second parameter type.
WPARAM TParam1
First parameter type.