I have the CanDocumentWindowsEditTitles set to true, but I also want to add a menu item to edit the title using the same process (i.e. in-line edit of the title). Is there a way to "Activate" the edit of a document window title?
Thanks,
Scott
I have the CanDocumentWindowsEditTitles set to true, but I also want to add a menu item to edit the title using the same process (i.e. in-line edit of the title). Is there a way to "Activate" the edit of a document window title?
Thanks,
Scott
Hi Scott,
You may be able to programmatically activate it by setting the documentWindow.IsEditingTitle property to true.
That worked.
Thanks,
Scott
Please log in to a validated account to post comments.