GetFullDocumentCaption Method
In This Topic
Gets the caption representing the current visited document with description of the change that caused it to be saved appended.
For instance, if the current visited document was saved when the user changed page settings, the value of this property can be "Document1 (page settings changed)".
Syntax
'Declaration
Public Function GetFullDocumentCaption() As String
public string GetFullDocumentCaption()
See Also