Function Reference


ControlShow

Shows a control that was hidden.

ControlShow ( "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 if window/control is not found.

Remarks

None.

Related

ControlHide, ControlEnable, ControlCommand

Example


ControlShow("[CLASS:Notepad]", "", "MDIClient1")