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

In This Topic
    PlaceholderText Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property PlaceholderText As BuildingBlock
    public BuildingBlock PlaceholderText {get; set;}
    See Also