ACGetButtonImage

 

 

Purpose
 

ACGetButtonImage returns the graphic for a named Action Control.

Syntax
 

variable = ACGetButtonImage (Action Control Name)

Operation

Action Control Name is the name of an Action Control.

Remarks

 

Example

To retrieve an Action Control's image whose Tag Name is 'DemoActionControl':

$A = ACGetButtonImage("DemoActionControl")

 

Comment on this topic

Topic ID: 520227