SystemImageListHelperGetCheckboxBitmap Method |
Extracts the Checkbox state images for the checkbox functionality in the ShellBrowser Components.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected static Bitmap GetCheckboxBitmap(
CheckBoxState cbstate
)
Protected Shared Function GetCheckboxBitmap (
cbstate As CheckBoxState
) As Bitmap
protected:
static Bitmap^ GetCheckboxBitmap(
CheckBoxState cbstate
)
static member GetCheckboxBitmap :
cbstate : CheckBoxState -> Bitmap Parameters
- cbstate CheckBoxState
- Checkbox state, for which the bitmap should be extracted.
Return Value
BitmapReturns Bitmap of the checkbox for the passed check state.
See Also