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

In This Topic
    ShowingPlaceholderText Property
    In This Topic
    Gets or sets whether the content of the control shall be interpreted to contain placeholder text for this content control (as opposed to regular text contents within the content control). If this property is true, this state shall be resumed (showing placeholder text) upon opening this document. If this property is false, then the content control shall not be interpreted to be showing placeholder text when the document is displayed. This property has no effect if the property ControlType is RepeatingSection.
    Syntax
    'Declaration
     
    Public Property ShowingPlaceholderText As System.Boolean
    public System.bool ShowingPlaceholderText {get; set;}
    See Also