Core Function ControlFocus
From Sputnik Wiki
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Created page with "<pre>  ControlFocus ( <title>, <text>, <controlID> ) </pre>  === Description ===  Sets input focus to a given control on a window.  === Parameters ===  ==== Title ====  The title...")  | 
		m (1 revision)  | 
		
Revision as of 21:41, 11 August 2014
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");