Core Function ControlShow

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "<pre> ControlShow ( <title>, <text>, <controlID> ) </pre> === Description === Shows a control that was hidden. === Parameters === ==== Title ==== The title of the window to ...")
 
m (1 revision)
 
(One intermediate revision by one user not shown)

Latest revision as of 12:37, 14 June 2015

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

Contents

Description

Shows a control that was hidden.

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

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