From 888aa413b25515def0afc88198d33c3766a84ea9 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Mon, 19 Dec 2016 02:02:57 -0200 Subject: [PATCH] Created ForeColor (markdown) --- ForeColor.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ForeColor.md diff --git a/ForeColor.md b/ForeColor.md new file mode 100644 index 0000000..3d1c932 --- /dev/null +++ b/ForeColor.md @@ -0,0 +1,4 @@ +The ForeColor property holds an _UNSIGNED LONG value representing the _RGB32 color that will be used to print a control's caption. + + Control(ControlID).ForeColor = _RGB32(Red%, Green%, Blue%) +