BCGControlBar Pro for MFC
int CBCGPOutlineBaseNode::m_nBlockType

Specifies the type of block for this collapsible node.

The value should be greater than 0 or be equal to one of the predefined constants:

  • g_nOBTUndefined Block type is undefined
  • g_nOBTUserBlock Collapsible node was added by user

If m_nBlockType is greater than 0, it is used for auto outlining and it should be a valid index of the block type in the internal outline parser array.

See also
CBCGPOutlineParser::AddBlockType, CBCGPOutlineParser::GetBlockType