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



Copyright © 1996, Adobe Systems Incorporated. All rights reserved.

Comments or suggestions? Contact Adobe Developer Support