PGetMasterItems

Gets the current state (on or off) of the Display Master Items command.


Query results

This query returns a boolean value indicating whether the Display Master Items is enabled (true), or disabled (false).

Example. If Display Master Items is off, turn it on using the PMasterItems command.

PGetMasterItems masterItems;
if (masterItems == false) PMasterItems(true);


See also

Adobe PageMaker 7.0 Help > Commands > Layout > Display Master Items


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