hwndOwner property
HWND
get
hwndOwner
A handle to the window that owns the dialog box.
Implementation
HWND get hwndOwner => HWND(_hwndOwner);
set
hwndOwner
(HWND value)
Implementation
set hwndOwner(HWND value) => _hwndOwner = value;