UiElement.hwnd

Get the platform specific window id. This is equal to the hwnd on Windows or the x11 window id on Linux.

class UiElement
@property
size_t
hwnd
()

Return Value

Type: size_t

The platform specific window id.

Bugs

Unknown if this works on Mac OSX.

Meta