Previous PageNext Page

8.1.1 Color Constants

These constants are only available when your project has an explicit reference to the appropriate type library containing these constant definitions. For VBScript, you must explicitly declare these constants in your code.
 

Constant Value Description
vbBlack
 
&h00
 
Black
 
vbRed
 
&hFF
 
Red
 
vbGreen
 
&hFF00
 
Green
 
vbYellow
 
&hFFFF
 
Yellow
 
vbBlue
 
&hFF0000
 
Blue
 
vbMagenta
 
&hFF00FF
 
Magenta
 
vbCyan
 
&hFFFF00
 
Cyan
 
vbWhite
 
&hFFFFFF
 
White
 


Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page