CetusLink Keyword Code Reference

Text
-------

Not to be confused with TextBoxes, Text objects show text in a transparent, borderless area on the container object. Text objects are used for labels, instructions, and other short pieces of text. A text 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
Caption		Defines the value shown inside the text object.			String

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