Core Function ControlDisable
From Sputnik Wiki
(Difference between revisions)
(Created page with "<pre> ControlDisable ( <title>, <text>, <controlID> ) </pre> === Description === Disables a control. === Parameters === ==== Title ==== The title of the window to access. =...") |
(→Return Value) |
||
(2 intermediate revisions by one user not shown) | |||
Line 23: | Line 23: | ||
=== Return Value === | === Return Value === | ||
− | Success: Returns | + | Success: Returns true. |
− | Failure: Returns | + | Failure: Returns false if window/control is not found. |
=== Remarks === | === Remarks === |
Latest revision as of 20:53, 30 August 2015
ControlDisable ( <title>, <text>, <controlID> )
Contents |
Description
Disables 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 true.
Failure: Returns false if window/control is not found.
Remarks
None.
Example
ControlDisable("WinAMP Controller", "", "Button1");