BCGControlBar Pro for MFC
virtual BOOL CBCGPFindReplaceDialogThemed::Create ( BOOL  bFindDialogOnly,
LPCTSTR  lpszFindWhat,
LPCTSTR  lpszReplaceWith = NULL,
DWORD  dwFlags = FR_DOWN,
CWnd *  pParentWnd = NULL 
)
virtual

Creates a themed find/replace dialog.

Parameters
bFindDialogOnlyTRUE to find dialog only.
lpszFindWhatThe find what.
lpszReplaceWithThe replace with.
dwFlagsThe flags.
pParentWnd[in,out] (Optional) If non-NULL, the parent window.
Returns
TRUE if it succeeds, FALSE if it fails.