xtd - Reference Guide  0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
xtd::forms::iwin32_window Class Referenceabstract

#include <iwin32_window.h>

Definition

Provides an interface to expose Win32 HWND handles.

Namespace
xtd::forms
Library
xtd.forms
Remarks
This interface is implemented on objects that expose Win32 HWND handles. The resultant handle can be used with Windows API calls.

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.
 

Member Function Documentation

◆ handle()

virtual intptr_t xtd::forms::iwin32_window::handle ( ) const
pure virtual

Gets the handle to the window represented by the implementer.

Returns
A handle to the window represented by the implementer.
Remarks
Depending on the implementer, the value of the Handle property could change during the life of the window.

Implemented in xtd::forms::control.


The documentation for this class was generated from the following file: