BCGSuite for MFC
virtual void CBCGPOutlineBaseNode::UpdateBlocksForInsertedText ( int  nOffset,
int  nCount 
)
inlinevirtual

Updates bounds of collapsible node when a text is inserted to the edit control.

This function is called by the edit control to properly update the collapsible node's bounds in case the new text is being inserted at the collapsible node.

Parameters
nOffsetSpecifies the zero-based offset in the internal buffer of the edit control for the first inserted symbol.
nCountSpecifies the number of symbols being inserted at the collapsible node.

Reimplemented in CBCGPOutlineNode.