Delegate PlessControlPainterHandler.GetCheckBoxSvgDelegate
Represents a delegate that returns a SvgImage based on a specified CheckState.
public delegate SvgImage PlessControlPainterHandler.GetCheckBoxSvgDelegate(CheckState checkState)
Parameters
checkStateCheckStateThe current CheckState of the checkbox, which can be
Unchecked,Checked, orIndeterminate.