Hides a control in a window.
The title of the window to search for.
Optional text found in the window.
The ID of the control to hide.
1 if successful, 0 otherwise.
import { ControlHide } from '@ahmic/autoit-js';ControlHide('Untitled - Notepad', '', 'Edit1'); Copy
import { ControlHide } from '@ahmic/autoit-js';ControlHide('Untitled - Notepad', '', 'Edit1');
https://www.autoitscript.com/autoit3/docs/functions/ControlHide.htm
Hides a control in a window.