CetusLink Keyword Code Reference

TextBox
-------

TextBoxes show text in a white bordered box. In keyword code, they are mainly used for display of text articles with no formatting. A textbox 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
Text		Defines the value shown inside the textbox.			String

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