Core Function ControlHide
From Sputnik Wiki
(Difference between revisions)
(Created page with "<pre> ControlHide ( <title>, <text>, <controlID> ) </pre> === Description === Hides a control. === Parameters === ==== Title ==== The title of the window to access. ==== Te...") |
m (1 revision) |
Revision as of 21:40, 11 August 2014
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");