Enables a "grayed-out" control.
ControlEnable ( "title", "text", controlID )
| title | The title of the window to access. |
| text | The text of the window to access. |
| controlID | The control to interact with. See Controls. |
| Success: | Returns 1. |
| Failure: | Returns 0. |
ControlEnable("[CLASS:Notepad]", "", "MDIClient1")