Enables a "grayed-out" control.
ControlEnable "title", "text", "controlID"
Parameters
title | The title of the window to access. |
text | The text of the window to access. |
controlID | The control to interact with. See Controls. |
Return Value
Success: | Returns 1. |
Failure: | Returns 0. |
Remarks
Use with caution.
Related
ControlDisable, ControlShow, ControlCommand
Example
Set oAutoIt = WScript.CreateObject("AutoItX3.Control")
oAutoIt.ControlEnable "Untitled -", "", "MDIClient1"