BCGControlBar Pro for MFC
virtual void CBCGPEditCtrl::OnDrawOutlineSymbol ( CDC *  pDC,
CBCGPOutlineBaseNode pHiddenText,
COLORREF  clrFore,
COLORREF  clrBack 
)
virtual

Called when the edit control needs to draw the replace symbol instead of the hidden text

OnDrawOutlineSymbol is called when the edit control needs to draw the replace symbol instead of the hidden text. Override it in a derived class to customize the outline symbol appearance.

The default implementation displays three dots in a gray box.

Parameters
pDCA pointer to a device context.
pHiddenTextA pointer to the collapsible node.
clrForeA foreground color used by editor to draw the text.
clrBackA background color used by editor to draw the text.