VISIO::TEXTBOX_COLOR
(int textbox, int red, int green, int blue, int red, int green, int
blue)
Description: Paint the
created textbox to a color determined by RGB arguments. The values for
red, green and blue may vary between 0 and 65535. The first parameter
points to the textbox, the second 3 parameters determine the foreground
color and the last 3 parameters determine the background color.
Example: VISIO::TEXTBOX_COLOR(textbox,
0, 65535, 0, 54321, 1234, 0)