PGetStylePalette

Gets the state (on or off) of the Styles panel.


Query results

This query returns a boolean value indicating whether the palette containing the Style panel is showing (true) or not showing (false).
Example. Check whether the style palette is showing. If not, use the PStylePalette to display it.

PGetStylePalette isShowing;
if (isShowing == false) PStylePalette(true);


See also

The PGetStyle and PGetStyleNames queries


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

Comments or suggestions? Contact Adobe Developer Support