BCGControlBar Pro for MFC
BlockType

Detailed Description

The BlockType structure represents a type definition for an outlining block. Each block definition specifies the rules how a parser can recognize a type of outlining block. The parser uses block definitions for auto-outlining.

See also
CBCGPOutlineParser

Public Attributes

 m_bAllowNestedBlocksSpecifies whether a parser should search smaller outlining blocks inside the current one.
 
 m_bIgnoreSpecifies whether a block is used to skip text fragments.
 
 m_lstKeywordsHolds a of strings that should be automatically recognized by a parser as keywords for this outlining block.
 
 m_strCloseSpecifies the end token of the outlining block.
 
 m_strOpenSpecifies the start token of the outlining block.
 
 m_strReplaceThe string that is shown instead of the hidden text.