xtd 0.2.0
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.

Properties

virtual intptr handle () const =0
 Gets the handle to the window represented by the implementer. More...
 

Member Function Documentation

◆ handle()

virtual intptr 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: