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
)
Protected Shared Function GetCheckboxBitmap (
cbstate As CheckBoxState
) As Bitmap
protected:
static Bitmap^ GetCheckboxBitmap(
CheckBoxState cbstate
)
static member GetCheckboxBitmap :
cbstate : CheckBoxState -> Bitmap
Parameters
- cbstate
- Type: System.Windows.Forms.VisualStylesCheckBoxState
Checkbox state, for which the bitmap should be extracted.
Return Value
Type:
BitmapReturns Bitmap of the checkbox for the passed check state.
See Also