Show / Hide Table of Contents

Method ExtWpf.Hwnd


Overload

Gets native window handle of this Window or Popup, or container window handle of this child object.

public static wnd Hwnd(this DependencyObject t)
Parameters
t  (DependencyObject)
Returns
wnd

default(wnd) if:

  • called before creating or after closing real window;
  • failed;
  • t is null.