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