Share via


ContentControl.Tag Property (Word)

Returns or sets a String that represents a value to identify a content control. Read/write.

Syntax

expression .Tag

expression An expression that returns a ContentControl object.

Remarks

The Tag property is different from the Title property in that a tag is never displayed while a user edits a document. Instead, developers can use it to store a value for programmatic manipulation while the document is opened.

See Also

Concepts

ContentControl Object Members

ContentControl Object