BCGControlBar Pro for MFC
virtual BOOL CBCGPToolbarCustomize::OnEditToolbarMenuImage ( CWnd *  pWndParent,
CBitmap &  bitmap,
int  nBitsPerPixel 
)
virtual

Called by the framework when the user runs the image editor.

Returns
Nonzero if the user pressed OK to commit image changes; otherwise 0.

This function is called by the framework when the user runs the image editor. Override OnEditToolbarMenuImage in a derived class in order to execute a custom image editor.

The default implementation displays CBCGPImageEditDlg dialog.

Parameters
pWndParentA pointer to the parent window.
bitmapA reference to a bitmap object to be edited.
nBitsPerPixelBitmap color resolution in bits per pixel.