[]
Gets or sets the style of a check mark.
public enum CheckMarkStyle
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. |