Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ContentControl Class / BuiltInBuildingBlock Property

In This Topic
    BuiltInBuildingBlock Property
    In This Topic
    Gets or sets that this content control is being used to encapsulate a built-in content control. This property has effect for content controls with type BuildingBlockGallery and ContentControlType.BuildingBlock.
    Syntax
    'Declaration
     
    Public Property BuiltInBuildingBlock As System.Boolean
    public System.bool BuiltInBuildingBlock {get; set;}
    See Also