BCGControlBar Pro for MFC
BOOL CBCGPOutlineNode::DeleteInnermostBlock ( int  nOffset,
BCGP_EDIT_OUTLINE_CHANGES changes 
)

Deletes a node, which contains the specified offset.

Returns
TRUE if a node was deleted, otherwise FALSE.

Used to delete a collapsible node where the specified offset is within the node's bounds. The function searches for the innermost node, not the first suitable. Usually, this function is used by the edit control class to delete a collapsible node selected by the user.

Parameters
nOffsetSpecifies the zero-based offset in the edit control internal buffer.
changesOut parameter. A reference to structure, which keeps all changes.