BCGControlBar Pro for MFC
virtual void CBCGPVisualManager::OnDrawLightBoxDialogCloseButton ( CDC *  pDC,
CBCGPLightBoxDialog pDlg,
CRect  rectClose,
BOOL  bIsHighlighted,
BOOL  bIsPressed 
)
virtual

Called by the framework when it needs to draw light box dialog (CBCGPLightBoxDialog) "Close" button.

Parameters
pDCA pointer to a device context.
pDlgThe ligh-box dialog.
rectCloseSpecifies the bounding rectangle of a close button.
bIsHighlightedSpecifies whether close button is highlighted.
bIsPressedSpecifies whether close button is pressed.

Override this method in a derived class in order to customize the LightBox close button appearance.