BOOL CBCGPOutlineNode::DeleteInnermostBlock | ( | int | nOffset, |
BCGP_EDIT_OUTLINE_CHANGES & | changes | ||
) |
Deletes a node, which contains the specified offset.
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.
nOffset | Specifies the zero-based offset in the edit control internal buffer. |
changes | Out parameter. A reference to structure, which keeps all changes. |