xtd 0.2.0
Loading...
Searching...
No Matches
xtd::forms::iwin32_window Class Referenceabstract
Inheritance diagram for xtd::forms::iwin32_window:
xtd::interface xtd::forms::control xtd::forms::animation xtd::forms::button_base xtd::forms::collapsible_panel xtd::forms::color_picker xtd::forms::date_time_picker xtd::forms::dot_matrix_display xtd::forms::font_picker xtd::forms::group_box xtd::forms::label xtd::forms::lcd_label xtd::forms::list_control xtd::forms::loading_indicator xtd::forms::month_calendar xtd::forms::picture_box xtd::forms::progress_bar xtd::forms::scroll_bar xtd::forms::scrollable_control xtd::forms::seven_segment_display xtd::forms::splitter xtd::forms::status_bar xtd::forms::tab_control xtd::forms::text_box_base xtd::forms::tool_bar xtd::forms::track_bar

Definition

Provides an interface to expose Win32 HWND handles.

Header
#include <xtd/forms/iwin32_windpw>
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.

Public Properties

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

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: