ContentControls.Creator Property
Word Developer Reference |
Returns a 32-bit integer that indicates the application in which the add-in was created. Read-only Long.
Syntax
expression.Creator
expression An expression that returns an ContentControls object.
Remarks
If the object was created in Microsoft Word, the Creator property returns the hexadecimal number 4D535744, which represents the string "MSWD." This property was primarily designed to be used on the Macintosh, where each application has a four-character creator code. For example, Microsoft Word has the creator code MSWD. For additional information about this property, consult the language reference Help included with Microsoft Office Macintosh Edition.
Note |
---|
This value can also be represented by the constant wdCreatorCode. |
See Also
- ContentControls Collection
- ContentControls Object Members
- How to: Bind a Content Control to a Node in the Data Store
- How to: Bind Controls to a Specific Row in the Data Store When Inserting a Building Block
- How to: Capture and Respond to Events in the Data Store
- How to: Change a Content Control from One Type to Another
- How to: Change the Editability of a Content Control
- How to: Insert a Content Control into a Building Block
- How to: Remove Data from the Data Store When Deleting a Content Control
- How to: Set the Building Blocks That You Can Use for a Content Control
- Walkthrough: Connect an Item in the Data Store to a SQL Server Database
- Walkthrough: Connect an Item in the Data Store to a Web Service
- Walkthrough: Connect an Item in the Data Store to an Access Database
- Walkthrough: Connect an Item in the Data Store to an Excel Workbook
- Working with Content Controls