Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enables or disables the handling of mouse double-clicks on the status bar.
void EnablePaneDoubleClick(
BOOL bEnable=TRUE
);
Parameters
- [in] bEnable
If TRUE, enable the processing of the mouse double-click. Otherwise disable the processing of the mouse double-click.
Remarks
If the status bar is enabled to process double clicks, Windows sends the WM_COMMAND notification together with a resource ID to the owner of the status bar every time that the user double clicks on the status bar pane.
Requirements
Header: afxstatusbar.h