Core Function ControlHide
From Sputnik Wiki
ControlHide ( <title>, <text>, <controlID> )
Contents |
Description
Hides a control.
Parameters
Title
The title of the window to access.
Text
The text of the window to access.
controlID
The control to interact with.
Return Value
Success: Returns 1.
Failure: Returns 0 if window/control is not found.
Remarks
None.
Example
ControlHide("WinAMP Controller", "", "Button1");