Share

DialogTabs

C++

enum DialogTabs {
  kACITab = 1,
  kTrueColorTab = 2,
  kColorBookTab = 4
};

File

dbcolor.h

Members

Members Description
kACITab ACI tab
kTrueColorTab True color tab
kColorBookTab Color book tab

Description

Flags indicating which tabs to display in a color dialog box; values may be combined using OR.

Was this information helpful?