1. Home
  2. Docs
  3. UI Automation
  4. MinimizeWindow

MinimizeWindow

AIWOZO.Core.UIAutomation.MinimizeWindow

  • MinimizeWindow activity is used for minimizing selected window.
  • If this activity is used inside AttachWindow activity, then no need to pass the winodw instance else have to pass the Window variable instance of the previously opened window which needs to be minimized.

Properties

       Input

  • window (InArgument<window>) – Define the Window variable of the window instance which needs to be minimized.

       Misc

  • DisplayName (String) – To set a meaningful name according to the user.