PMasterPagePalette

Displays or removes the Master Page palette.


Command constructor

PMasterPagePalette(PMBool bState);
false to close the Master Page palette
true to open the Master Page palette.
Layout view only. Use the PMasterPagePalette command only in layout view.

Example. The following example turns the Master Page palette on. It checks the current state with the PGetMasterPagePalette query.

PGetMasterPagePalette masterIsOpen;
if (masterIsOpen) PMasterPagePalette(false);


See also

Adobe PageMaker 7.0 Help > Commands > Window > Master Pages


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