Click or drag to resize

ExportItemColorController Class

Inheritance Hierarchy
SystemObject
  CTExtensions.ExportCore.ExportHandlerExportItemColorController

Namespace: CTExtensions.ExportCore.ExportHandler
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public class ExportItemColorController

The ExportItemColorController type exposes the following members.

Properties
Methods
 NameDescription
Public methodClearColors 
Public methodRefreshColors Applies the "correct" order of all color settings as some color settings might contradict. The order is below and later color always overwrites previous field or row in case of conflict. 1. BOM Row Background Color 2. BOM Field Background Color 3. BOM Row Foreground Color 4. BOM Field Foreground Color 5. Row Background Color 6. Field Background Color 7. Row Foreground Color 7. Field Foreground Color
Public methodStatic memberRGB 
Public methodSetBOMFieldBGColor 
Public methodSetBOMFieldFGColor 
Public methodSetBOMRowBGColor 
Public methodSetBOMRowFGColor 
Public methodSetFieldBGColor 
Public methodSetFieldFGColor 
Public methodSetRowBGColor 
Public methodSetRowFGColor 
Top
See Also