enumAColor Enum

Integer constants specifying a color.

RGB color constants

 

Name

Value

Text

aclrBlack

0x00000000

Black

aclrWhite

0x00ffffff

White

aclrRed

0x000000ff

Red

aclrGreen

0x0000ff00

Green

aclrBlue

0x00ff0000

Blue

aclrYellow

0x0000ffff

Yellow

aclrMagenta

0x00ff00ff

Magenta

aclrCyan

0x00ffff00

Cyan

aclrGray

0x00808080

Gray

aclrLightGray

0x00c0c0c0

Light Gray

aclrDarkRed

0x00000080

Dark Red

aclrDarkGreen

0x00008000

Dark Green

aclrDarkBlue

0x00800000

Dark Blue

aclrLightBrown

0x00008080

Light Brown

aclrDarkMagenta

0x00800080

Dark Magenta

aclrDarkCyan

0x00808000

Dark Cyan

System color constants

 

Name

Value

Text

aclrActiveBorder

0x8000000A

Active Border

aclrActiveTitleBar

0x80000002

Active Title Bar

aclrActiveTitleBarText

0x80000009

Active Title Bar Text

aclrApplicationWorkspace

0x8000000C

Application Workspace

aclrButtonFace

0x8000000F

Button Face

aclrButtonHighlight

0x80000014

Button Highlight

aclrButtonShadow

0x80000010

Button Shadow

aclrButtonText

0x80000012

Button Text

aclrDesktop

0x80000001

Desktop

aclrDisabledText

0x80000011

Disabled Text

aclrHighlight

0x8000000D

Hightlight

aclrHighlightedText

0x8000000E

Highlighted Text

aclrInactiveBorder

0x8000000B

Inactive Border

aclrInactiveTitleBar

0x80000003

Inactive Title Bar

aclrInactiveTitleBarText

0x80000013

Inactive Title Bar Text

aclrMenuBar

0x80000004

Menu Bar

aclrMenuText

0x80000007

Menu Text

aclrScrollBars

0x80000000

Scroll Bars

aclrWindowBackground

0x80000005

Window Background

aclrWindowFrame

0x80000006

Window Frame

aclrWindowText

0x80000008

Window Text

Applies To

All color properties

See Also

AColor, ForeColor, BackColor