Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

VBScript Color Constants

VBScript Color 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 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.