Changing Page Color
If you want to change the page color of the FTC you can set it using the FTDocument.SetBackgroundColor method.
Example: In the open event of your Formatted Text Control Instance you can use this:
me.GetDoc.setPageBackgroundColor &cFFFF00