@ahmic/autoit-js
    Preparing search index...

    Function ControlHide

    • Hides a control in a window.

      Parameters

      • windowTitle: string

        The title of the window to search for.

      • windowText: string

        Optional text found in the window.

      • controlId: string

        The ID of the control to hide.

      Returns number

      1 if successful, 0 otherwise.

      import { ControlHide } from '@ahmic/autoit-js';

      ControlHide('Untitled - Notepad', '', 'Edit1');