PGetChangeWindow

Gets the display status (open or closed) of the Change dialog box.


Query results

This query returns a boolean value, where false indicates that the Change dialog box is closed, true indicates the Change dialog box is open (but not necessarily the front-most window)

To open or close the Change dialog box, use the PChangeWindow command class.

Story editor only. The PGetChangeWindow query works only in story editor.

PGetChangeWindow isOpen;
if (isOpen == true)
    PChangeWindow(false); // close the window 


See also

The PGetChangeParaAttr, PGetChangeTypeAttr1, PGetChangeTypeAttr2, PGetFindParaAttr, PGetFindTypeAttr1, PGetFindTypeAttr2, and PGetFindWindow queries

The PChange, PChangeAll, PChangeNext, PChangeParaAttr, PChangeTypeAttr1, PChangeTypeAttr2, PFind, PFindNext, PFindParaAttr, PFindTypeAttr1, PFindTypeAttr2, and PFindWindow commands



Comments or suggestions? Contact Adobe Developer Support
Copyright © 1997 - 2001 Adobe Systems Incorporated. All rights reserved.
Legal notices and trademark attributions