Show / Hide Table of Contents

Operator AnyWnd.implicit operator(+ 3 overloads)


Overload

Assignment of a value of type wnd.

public static implicit operator AnyWnd(wnd w)
Parameters
w  (wnd)
Returns
AnyWnd

Overload(next)

Assignment of a window handle as IntPtr.

public static implicit operator AnyWnd(nint hwnd)
Parameters
hwnd  (nint)
Returns
AnyWnd

Overload(next)

Assignment of a value of type System.Windows.Forms.Control (Form or any control class).

public static implicit operator AnyWnd(Control c)
Parameters
c  (Control)
Returns
AnyWnd

Overload(top)

Assignment of a value of type System.Windows.DependencyObject (WPF window or control).

public static implicit operator AnyWnd(DependencyObject c)
Parameters
c  (DependencyObject)
Returns
AnyWnd