BCGControlBar Pro for MFC
virtual BOOL CBCGPCalculator::Create ( CWnd *  pParentWnd,
DWORD  dwStyle,
UINT  nID 
)
virtual

Creates the calculator pane.

Returns
Nonzero if the calculator control has been created successfully; it's 0 if the creation failed.

Call this function to create the calculator pane. Use this function if the calculator control is not placed on a dialog.

Parameters
pParentWndA pointer to parent window.
dwStyleSpecifies the combination of Windows control styles.
nIDControl ID.

Reimplemented from CBCGPToolBar.