BCGControlBar Pro for MFC
void CBCGPStatusBar::EnablePaneDoubleClick ( BOOL  bEnable = TRUE)

Enables or disables the mouse double click processing.

Call this member function to enable or disable the mouse double click processing.

If the status bar is enabled to process double clicks, the WM_COMMAND notification is sent along with an indicator's id to the status bar's owner every time the user double clicks on an indicator pane.

Parameters
bEnableSpecifies whether to enable (TRUE) or disable (FALSE) the mouse double click processing.