PGetToolbox

Get whether the Tool palette window is open or closed.


Query results

This query returns a boolean value to indicate whether the Tool palette is open (true) or closed (false).

Example. If the toolbox is open, close it with the PToolbox command.

PGetToolbox isOpen;
if (isOpen) PToolbox(false); // close it



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