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

Determines the pre-column to be used on the list part of the control.

Syntax

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

Members

MemberDescription
ArrowArrow indicator for selected item.
NoneNo pre-column.
Number0

Item numbers (0-based).

Number1Item numbers (1-based).
PictureUses pre-column image property to show an image for the selected item.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.enumPreColumnType

Requirements

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

See Also