dbicList Send comments on this topic.
enumControlStyle Enumeration
See Also  
dbicList Assembly > Dbi.WinControl.List Namespace : enumControlStyle Enumeration

Available predefined styles.

Syntax

Visual Basic (Declaration) 
Public Enum enumControlStyle 
   Inherits System.Enum
C# 
public enum enumControlStyle : System.Enum 

Members

MemberDescription
Blue_XPSets the styling properties for a blue style.
DefaultThe neutral state of the enum.
Olive_XPSets the styling properties for a green style.
Royale_XPSets the styling properties for a pale grey style.
Silver_XPSets the styling properties for a greystyle.
SystemSets the styling properties for a standard system list style.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.List.enumControlStyle

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also