Window Functions
Click one of the following functions for more information:
Activates a window. | |
ctrx_activate_window_by_id | Activates the window specified by a given window ID. |
ctrx_execute_on_window | Specifies handler function on window appearance. |
ctrx_execute_on_window_activation | Specifies handler function on window activation. |
ctrx_execute_on_window_destroy | Specifies handler function when a window is closed (destroyed). |
ctrx_execute_on_window_name_change | Specifies handler function when a window's name changes. |
ctrx_find_window_by_name | Searches all tracked windows for a window with the specified caption (name). |
ctrx_get_window_id_by_order | Retrieves the unique ID of the window in the specified position in the currently tracked window stack. |
ctrx_get_window_name | Retrieves the name of the active window. |
ctrx_get_window_name_by_id | Retrieves the name (caption) of the window specified by a given window ID. |
ctrx_get_window_parent_id | Retrieves the window ID of the parent window of the specified window. |
ctrx_get_window_position | Retrieves the position of a window. |
ctrx_get_window_pos_by_id | Retrieves the position of the window specified by a given window ID. |
ctrx_get_window_size_by_id | Retrieves the size of the specified window. |
ctrx_get_window_style_by_id | Retrieves the style and the extended style of the specified window. |
ctrx_set_window | Waits for a window to appear in the Citrix client. |
ctrx_set_window_ex | Waits a specified time for a window to appear in the Citrix client. |
ctrx_sync_on_window | Waits until a window is created or becomes active. |
ctrx_unset_window | Waits for a window to close in the Citrix client. |
ctrx_window_move_by_id | Moves the specified window. |
ctrx_window_resize_by_id | Resizes the specified window. |
ctrx_win_exist | Checks if a window is visible on the screen. |