Is there a built-in method for identifying DocumentWindow's with unsaved changes? For example, Visual Studio displays an asterisk next to the file name.
Is there a built-in method for identifying DocumentWindow's with unsaved changes? For example, Visual Studio displays an asterisk next to the file name.
Hi Jack,
No, we don't currently have anything built in for identifying DocumentWindows with unsaved changes. But you could update the DocumentWindow.Title property to include the asterisk at the end in order to get a function similar to Visual Studio's.
[Modified 12 years ago]
Please log in to a validated account to post comments.