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

ShowWindow

AIWOZO.Core.UIAutomation.ShowWindow

  • ShowWindow activity is used for unhiding a hidden window.
  • If this activity is used inside AttachWindow activity, then no need to pass the window instance else have to pass the Window variable instance of the previously opened window which needs to unhide.

Properties

      Input

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

       Misc

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