Class Overview Allows interacting with native windows. public NativeWindow(WindowControl src) Explanation Constructor. Parameter src WindowControl with the target window handle. public NativeWindow(WindowsAppFriend app IntPtr windowHandle) Explanation Constructor. Parameters app Application manipulation object windowHandle Window handle public bool Enabled{ get; } Explanation Returns a value indicating whether the control can respond to user interaction. public bool Visible{ get; } Explanation Returns a value indicating whether the control and all of its parent controls are displayed. JR |