Method GetCheckBoxSvg
GetCheckBoxSvg(CheckState)
Gets the SVG image corresponding to the specified checkbox state.
public static SvgImage GetCheckBoxSvg(CheckState checkState)
Parameters
checkStateCheckStateThe state of the checkbox (unchecked, checked, or indeterminate).
Returns
- SvgImage
The SVG image representing the checkbox state.