FlexGrid for WinForms
CheckEnum Enumeration



Specifies the type of checkbox to draw in a cell.
Syntax
'Declaration
 
Public Enum CheckEnum 
   Inherits System.Enum
'Usage
 
Dim instance As CheckEnum
public enum CheckEnum : System.Enum 
public enum class CheckEnum : public System.Enum 
Members
MemberDescription
CheckedCheck box with a check mark in it.
GrayedCheck box in undefined state.
NoneNo check box.
TSCheckedTri-state check box with a check mark in it.
TSGrayedTri-state check box in undefined state.
TSUncheckedTri-state empty check box.
UncheckedEmpty check box.
Remarks

There are two types of check boxes: regular and tri-state.

Regular check boxes are used to display simple Boolean values. They cycle through settings Checked and Unchecked when clicked with the mouse.

Tri-state check boxes are used to display values that may be true, false, or indeterminate (grayed). They cycle through settings TSChecked, TSGrayed, and TSUnchecked when clicked with the mouse.

Visually, Checked and Unchecked look the same as TSChecked and TSUnchecked.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.CheckEnum

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback