ComponentOne FlexReport for WinForms
CheckMarkStyle Enumeration

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace : CheckMarkStyle Enumeration
Gets or sets the style of a check mark.
Syntax
'Declaration
 
Public Enum CheckMarkStyle 
   Inherits System.Enum
public enum CheckMarkStyle : System.Enum 
Members
MemberDescription
CheckBoxThe check mark looks like a check box.
CrossBoxThe check mark looks like a cross box.
CustomImageThe check mark is drawn using custom images specified by CheckedImage, UncheckedImage and IndeterminateImage properties.
CustomSymbolThe check mark is drawn using custom symbols specified by CheckedSymbol, UncheckedSymbol and IndeterminateSymbol properties.
RadioButtonThe check mark looks like a radio button.
StandardThe check mark looks like the check mark in the standard CheckBox control.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.FlexReport.CheckMarkStyle

See Also

Reference

C1.Win.FlexReport Namespace