Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / WebExtensionRelationship Enumeration

In This Topic
    WebExtensionRelationship Enumeration
    In This Topic
    Specifies a relationship between a content control and an Office Web Extension.
    Syntax
    'Declaration
     
    Public Enum WebExtensionRelationship 
       Inherits System.Enum
    public enum WebExtensionRelationship : System.Enum 
    Members
    MemberDescription
    Created Specifies that the content control was created by, and is bound to, at least one Office Web Extension.
    Linked Specifies that the content control is bound to at least one Office Web Extension.
    None Specifies that the content control is neither created by, nor bound to Office Web Extensions.
    Inheritance Hierarchy

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

    See Also