ACSetButtonImage

 

 

Purpose
 

ACSetButtonImage sets the graphic for a named Action Control.

Syntax
 

ACSetButtonImage (Action Control Name, Button Image Name)

Operation

Action Control Name is the name of an Action Control.
Button Image Name
is the name of the image.

Remarks

 

Example

To set the image of an Action Control whose Tag Name is 'DemoActionControl' to the 'Click Me' image:

ACSetChecked("DemoActionControl","Click Me")

Comment on this topic

Topic ID: 520235