|
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.
pDC | A pointer to a device context. |
pHiddenText | A pointer to the collapsible node. |
clrFore | A foreground color used by editor to draw the text. |
clrBack | A background color used by editor to draw the text. |