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

    Function ControlShowSync

    • Shows 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 show.

      Returns number

      1 if successful, 0 otherwise.

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

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