ContentControl.PlaceholderText Property

Definition

Returns a BuildingBlock object that represents the placeholder text for a content control. Read-only.

public:
 property Microsoft::Office::Interop::Word::BuildingBlock ^ PlaceholderText { Microsoft::Office::Interop::Word::BuildingBlock ^ get(); };
public Microsoft.Office.Interop.Word.BuildingBlock PlaceholderText { get; }
member this.PlaceholderText : Microsoft.Office.Interop.Word.BuildingBlock
Public ReadOnly Property PlaceholderText As BuildingBlock

Property Value

Returns BuildingBlock.

Remarks

Use the SetPlaceholderText(BuildingBlock, Range, String) method to set the placeholder text for a content control.

Applies to