xtd - Reference Guide
0.1.2
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
#include <iwin32_window.h>
Provides an interface to expose Win32 HWND handles.
Inherits xtd::interface.
Inherited by xtd::forms::control.
Public Member Functions | |
virtual intptr_t | handle () const =0 |
Gets the handle to the window represented by the implementer. | |
|
pure virtual |
Gets the handle to the window represented by the implementer.
Implemented in xtd::forms::control.