Extracts the Checkbox state images for the checkbox functionality in the ShellBrowser Components.
| C# | Visual Basic | Visual C++ |
protected static Bitmap GetCheckboxBitmap( CheckBoxState cbstate )
Protected Shared Function GetCheckboxBitmap ( _ cbstate As CheckBoxState _ ) As Bitmap
protected: static Bitmap^ GetCheckboxBitmap( CheckBoxState cbstate )
- cbstate (CheckBoxState)
- Checkbox state, for which the bitmap should be extracted.
Returns Bitmap of the checkbox for the passed check state.