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.1
Syntax
protected static Bitmap GetCheckboxBitmap(
	CheckBoxState cbstate
)

Parameters

cbstate
Type: System.Windows.Forms.VisualStylesCheckBoxState
Checkbox state, for which the bitmap should be extracted.

Return Value

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