From 26676efe973bb1da227bef38fcf64a8b479a54b5 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Mon, 19 Dec 2016 12:43:50 -0200 Subject: [PATCH] Updated Properties (markdown) --- Properties.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Properties.md b/Properties.md index abf5098..16cf993 100644 --- a/Properties.md +++ b/Properties.md @@ -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]]