ContentControl.PlaceholderText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.