Sack Library Documentation
|
void SetTextControlColors(PSI_CONTROL pc, CDATA fore, CDATA back); void (* SetTextControlColors)(PSI_CONTROL pc, CDATA fore, CDATA back);
Parameters |
Description |
PSI_CONTROL pc |
a Text control |
CDATA fore |
CDATA describing the foreground color to use |
CDATA back |
CDATA describing the background color to use. 0 is no color, and only the foreground text is output. See PutString. |
Sets the foreground and background of a text control.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|