Core Function ControlEnable

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "<pre> ControlEnable ( <title>, <text>, <controlID> ) </pre> === Description === Enables 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 1.  
+
Success: Returns true.  
  
Failure: Returns 0 if window/control is not found.
+
Failure: Returns false if window/control is not found.
  
 
=== Remarks ===
 
=== Remarks ===

Latest revision as of 20:57, 30 August 2015

ControlEnable ( <title>, <text>, <controlID> )

Contents

Description

Enables 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

ControlEnable("WinAMP Controller", "", "Button1");
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox