[]
        
(Showing Draft Content)

C1.Report.CheckMarkStyle

CheckMarkStyle Enum

Gets or sets the style of a check mark.

Namespace: C1.Report
Assembly: C1.FlexReport.dll
Syntax
public enum CheckMarkStyle

Fields

Name Description
CheckBox

The check mark looks like a check box.

CrossBox

The check mark looks like a cross box.

CustomImage

The check mark is drawn using custom images specified by CheckedImage, UncheckedImage and IndeterminateImage properties.

CustomSymbol

The check mark is drawn using custom symbols specified by CheckedSymbol, UncheckedSymbol and IndeterminateSymbol properties.

RadioButton

The check mark looks like a radio button.

Standard

The check mark looks like the check mark in the standard CheckBox control.