Document.UserControl Property
Word Developer Reference |
True if the document was created or opened by the user. Read/write Boolean.
Syntax
expression.UserControl
expression A variable that represents a Document object.
Remarks
This property returns False if the document was created or opened programmatically from another Microsoft Office application with the Open method or the Visual Basic CreateObject or GetObject command.
Note |
---|
If Word is visible to the user or if you call the UserControl property from within a Word code module, this property will always return True. |
Example
This example displays the status of the UserControl property for the active document. This example will only work correctly when run from another Office application with the Word object library loaded.
Visual Basic for Applications |
---|
|
See Also