[]
Specifies the type of a building block. influence the visibility and behavior of the building block.
[Flags]
public enum BuildingBlockType
All = Normal | AutoExp | Toolbar | Speller | FormField | ContentControlPlaceholderAll building block types.
AutoExp = 2Automatically replace name with content.
ContentControlPlaceholder = 32Content control placeholder text.
FormField = 16Form field help text.
None = 0No type.
Normal = 1Normal building block.
Speller = 8Auto correct building block.
Toolbar = 4Auto text user interface building block.