PGetControlPalette

Gets the display state (on or off) of the Control palette.


Query results

The query returns false if the Controls panel is not visible, true if it is showing.
Example. Hide the Controls palette with the PControlPalette command.
PGetControlPalette isVisible;
if (isVisible == true)
    PControlPalette(false); // hide it


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

Comments or suggestions? Contact Adobe Developer Support