Share

AcFilterablePropertyContext Enumeration

C++

enum AcFilterablePropertyContext {
  acQuickPropertiesContext = 0,
  acTooltipContext = 1
};

File

dynprops-AcFilterablePropertyContext.h

Description

This enum identifies whether the framework is dealing with creating property filters for the "Quick Properties" feature or the "Rollover Tooltips" feature.

Was this information helpful?