1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-09-16 19:03:54 +00:00

Updated Properties (markdown)

FellippeHeitor 2016-12-19 12:43:50 -02:00
parent c180e53a0c
commit 26676efe97

@ -4,6 +4,12 @@ Syntax:
Control(ControlID).Property = Value
Caption, Text and Tool tip properties are separate arrays, and must be used as follows:
Caption(ControlID) = "Desired Caption"
Text(ControlID) = "Desired Text"
ToolTip(ControlID) = "Desired Tool tip"
* [[Top]]
* [[Left]]
* [[Width]]