'Declaration Public Enum CheckMarkStyle Inherits System.Enum
public enum CheckMarkStyle : System.Enum
'Declaration Public Enum CheckMarkStyle Inherits System.Enum
public enum CheckMarkStyle : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Win.FlexReport.CheckMarkStyle