[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ContentControl.PlaceholderText

PlaceholderText Property

PlaceholderText

Gets or sets the building block which shall be displayed in the content control when its run contents are empty. If this property is null, then five non-breaking spaces shall be used as the default placeholder text. This property has no effect if the property ControlType is RepeatingSection.

Declaration
public BuildingBlock PlaceholderText { get; set; }
Public Property PlaceholderText As BuildingBlock