combit List & Label 30 - .NET Help
combit.Reporting Namespace / LlTableColoring Enumeration


LlTableColoring Enumeration
Changes the table coloring mode for list projects.
Syntax
'Declaration
 
Public Enum LlTableColoring 
   Inherits System.Enum
 
Members
MemberDescription
DontCare

The coloring is first of all carried out by the program by notification or callback and then additionally by List & Label.

ListLabel

The coloring of list objects may only be carried out by List & Label (Default)

Program

The coloring of list objects is only carried out by notifications or callback (see chapter "Notifications and Callbacks"), color setting in the designer is not possible

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         combit.Reporting.LlTableColoring

Requirements

Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9

See Also