Share

AcGiVisualStyleOperations::Operation Enumeration

C++

enum Operation {
  kInvalidOperation = -1,
  kInherit = 0,
  kSet,
  kDisable,
  kEnable
};

File

acgivisualstyle.h

Members

Members Description
kInvalidOperation Invalid operation.
kInherit Use the last property value specified.
kSet Replace the last property value with the one specified.
kDisable Disable the specified bits in the property bitmask.
kEnable Enable the specified bits in the property bitmask.

Description

Describes what kind of operation to perform when setting a visual style property.

Was this information helpful?