BCGControlBar Pro for MFC
virtual void CBCGPFrameMenuBar::OnDrawSystemIcon ( CDC *  pDC,
HICON  hIcon,
CRect  rectIcon,
BOOL  bIsActive 
)
protectedvirtual

Called by the framework to draw the system icon.

Override the OnDrawSystemIcon method to draw a custom system icon.

Parameters
pDCA pointer to a device context.
hIconThe system icon.
rectIconSpecifies the bounding rectangle of the icon.
bIsActiveSpecifies whether the application frame has the active state.