ContentControl.PlaceholderText Property

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property PlaceholderText As BuildingBlock
    Get
'Usage
Dim instance As ContentControl
Dim value As BuildingBlock

value = instance.PlaceholderText
BuildingBlock PlaceholderText { get; }

Property Value

Type: Microsoft.Office.Interop.Word.BuildingBlock
Returns BuildingBlock.

Remarks

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

See Also

Reference

ContentControl Interface

ContentControl Members

Microsoft.Office.Interop.Word Namespace