Core Function ControlDisable
From Sputnik Wiki
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");