From 505e8959cfdcc431138eb8b0c4e7647650cf0c4f Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Mon, 19 Dec 2016 11:03:22 -0200 Subject: [PATCH] Created Properties (markdown) --- Properties.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Properties.md diff --git a/Properties.md b/Properties.md new file mode 100644 index 0000000..abf5098 --- /dev/null +++ b/Properties.md @@ -0,0 +1,30 @@ +Controls are manipulated with the following properties. Notice that not all of them apply to every control. + +Syntax: + + Control(ControlID).Property = Value + +* [[Top]] +* [[Left]] +* [[Width]] +* [[Height]] +* [[Stretch]] +* [[Font]] +* [[BackColor]] +* [[ForeColor]] +* [[SelectedForeColor]] +* [[SelectedBackColor]] +* [[BackStyle]] +* [[HasBorder]] +* [[Padding]] +* [[Align]] +* [[VAlign]] +* [[BorderColor]] +* [[Value]] +* [[Min]] +* [[Max]] +* [[Interval]] +* [[ShowPercentage]] +* [[WordWrap]] +* [[Disabled]] +* [[Hidden]] \ No newline at end of file