Core Function ControlDisable
From Sputnik Wiki
(Difference between revisions)
UberFoX (Talk | contribs)
(Created page with "<pre> ControlDisable ( <title>, <text>, <controlID> ) </pre> === Description === Disables a control. === Parameters === ==== Title ==== The title of the window to access. =...")
Newer edit →
(Created page with "<pre> ControlDisable ( <title>, <text>, <controlID> ) </pre> === Description === Disables a control. === Parameters === ==== Title ==== The title of the window to access. =...")
Newer edit →
Revision as of 19:00, 25 April 2012
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 1.
Failure: Returns 0 if window/control is not found.
Remarks
None.
Example
ControlDisable("WinAMP Controller", "", "Button1");