Move Window

Last modified by VuNH54 on 2023/09/16 00:58

RCA.Activities.Common.MoveWindow

Description

The Move Window manipulates the position of the selected window.

image-20230417163133-1.png

(* is mandatory)

Properties

Common

  • Continue On Error (Boolean) - A Boolean variable has two possible values: True or False
    - True : allows the rest of the process to continue the execution even an error occurs within the activity.
    - False : blocks the process from continuing the execution.

Input

  • Height (Int32)* - The new height of the window. This property supports both positive and negative integers.
    E.g: 638
  • Width (Int32)* - The new width of the window. This property supports both positive and negative integers.
    E.g: 468
  • Window (WindowApp)* - Input WindowApp for the Attach Window to attach with type = ‘WindowApp’.
  • X (Int32)* - The new X position of the window. This property supports both positive and negative integers.
    E.g: 20
  • Y (Int32)* - The new Y position of the window. This property supports both positive and negative integers.
    E.g: 20

Misc

  • Public (Checkbox) - Check if you want to public the activity. Remember to consider data security requirement before using this property.
  • Display Name (String) - The name of this activity. You can edit the name of the activity to organize and structure your code better.
    E.g: [3424325] Move Window

Table of Content

  
Navigation