Shows a control that was hidden.
ControlShow ( "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 if window/control is not found. |
ControlShow("[CLASS:Notepad]", "", "MDIClient1")