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


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