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

The type of checkbox to display.

Syntax

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

Members

MemberDescription
Custom

A custom checkbox using images defined in the parent control: ImageCheckDisabled, ImageCheckDown, and ImageCheckUp.

FlatA flat webstyle checkbox.
NoneNo checkbox shown.
StandardA 3d style checkbox.
System

An system style checkbox.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.enumCheckBox

Requirements

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

See Also

Reference

Dbi Namespace