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%) +