An explanation of the Label Control for Axiom.
Label

A single line field for displaying text.
Name - The name used by the application and script to reference this control.
X - Number of pixels from the left edge of the containing panel or screen.
Y - Number of pixels from the top edge of the containing panel or screen.
Width - Width of the control in pixels. Label height is fixed depending on the TextSize.
Text - Text displayed in the label.
TextSize - Text size has 4 options; Small, Normal, Large or ExtraLarge.
HorizontalAlign - Position of the text within the label; Left, Center or Right.
Visible - Unchecking this will hide the control. A script would be required to toggle the visibility during runtime.
OnClick - An event that occurs when the control is clicked. Clicking "<>" Creates a "Label1_Click()" script stub for this control and opens the script editor to add event scripting. Clicking the trash can will delete only the reference to the script, not the script.
Comments
0 comments
Article is closed for comments.