AddImageButton
Previous Top Next

Adds an ImageButton to a Form or a Panel at runtime.
Syntax: AddImageButton (Form | Panel, Name, Left, Top, Width, Height, Text)
Example:
AddImageButton ("Form1", "ImageButton1", 30, 30, 60, 25, "Click!")