Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ContentControlAppearance Enumeration

In This Topic
    ContentControlAppearance Enumeration
    In This Topic
    Specifies the appearance of a content control.
    Syntax
    'Declaration
     
    Public Enum ContentControlAppearance 
       Inherits System.Enum
    public enum ContentControlAppearance : System.Enum 
    Members
    MemberDescription
    BoundingBox Represents a content control shown as a shaded rectangle or bounding box (with optional title).
    Hidden Represents a content control that is not shown.
    Tags Represents a content control shown as start and end markers.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.ContentControlAppearance

    See Also