Core Function ControlFocus
From Sputnik Wiki
(Difference between revisions)
UberFoX (Talk | contribs)
(Created page with "<pre> ControlFocus ( <title>, <text>, <controlID> ) </pre> === Description === Sets input focus to a given control on a window. === Parameters === ==== Title ==== The title...")
Newer edit →
(Created page with "<pre> ControlFocus ( <title>, <text>, <controlID> ) </pre> === Description === Sets input focus to a given control on a window. === Parameters === ==== Title ==== The title...")
Newer edit →
Revision as of 11:16, 19 October 2013
ControlFocus ( <title>, <text>, <controlID> )
Contents |
Description
Sets input focus to a given control on a window.
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.
Remarks
None.
Example
ControlFocus("WinAMP Controller", "", "Button1");