Share via


ContentControl.ShowingPlaceholderText Property

Returns a Boolean that indicates whether the placeholder text for the content control is displayed. Read-only.

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

Syntax

'Declaration
ReadOnly Property ShowingPlaceholderText As Boolean
    Get
'Usage
Dim instance As ContentControl
Dim value As Boolean

value = instance.ShowingPlaceholderText
bool ShowingPlaceholderText { get; }

Property Value

Type: System.Boolean
Boolean

See Also

Reference

ContentControl Interface

ContentControl Members

Microsoft.Office.Interop.Word Namespace