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) |
(One intermediate revision by one user not shown) |
Latest revision as of 12:37, 14 June 2015
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");