CetusLink Keyword Code Reference

Picture
-------
Picture objects show pictures on a specified location on the window. In keyword code, they are mainly used for displaying images, such as logos and icons, and sometimes text. A picture object has six properties:

Left		Number of twips from the left side of the container object.	Number
Top		Number of twips from the top of the container object.		Number
Height		Twips from the top to the bottom of the object.			Number
Width		Twips from the left edge to the right edge of the object.	Number
Visible		Defines whether the object is visible or not.			Two-State Number
Picture		Defines the location of the image to display.			String

Events:
OnClick		Defines what function is executed when the user clicks
		the object.