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

Created Properties (markdown)

FellippeHeitor 2016-12-19 11:03:22 -02:00
parent bf309fc46b
commit 505e8959cf

30
Properties.md Normal file

@ -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]]