diff --git a/Caption.md b/Caption.md new file mode 100644 index 0000000..1fefb39 --- /dev/null +++ b/Caption.md @@ -0,0 +1,12 @@ +Captions hold the text that is shown to the user. They are accessible via an array of variable width STRINGs, using the control's ID: + + Caption(Label1) = "Your name:" + +## Controls that use the caption property: +* [[Button]] +* [[Label]] +* [[Textbox]] +* [[Checkbox]] +* [[Radio button]] +* [[Progress bar]] +* [[Frame]] \ No newline at end of file