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 6.5 Help > Commands > Window > Master Pages


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

Comments or suggestions? Contact Adobe Developer Support