Click or drag to resize

SystemImageListHelperGetCheckboxBitmap Method

Extracts the Checkbox state images for the checkbox functionality in the ShellBrowser Components.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
protected static Bitmap GetCheckboxBitmap(
	CheckBoxState cbstate
)

Parameters

cbstate  CheckBoxState
Checkbox state, for which the bitmap should be extracted.

Return Value

Bitmap
Returns Bitmap of the checkbox for the passed check state.
See Also