PSelectIDExtend

Extends the selection to include the specified object (if it is on the current page) without deselecting other selected objects.


Command constructor

PSelectIDExtend(unsigned long nObjectID);
Unique ID of object.
Objects on current page only. To select an object using PSelectIDExtend, the object must be on the current page (or pages, for facing pages). If the object is not on the current pages, PageMaker disregards the command and does nothing.

Layout view only. The PSelectIDExtend command works only in layout view.

Example. The following example adds the object with the ID of 20 to the current selection.

PSelectIDExtend(20);


See also

The PSelect, PSelectID, PSelectAll, PSelectExtend, and PTextSelect commands

The PGetSelectIDList, PGetSelectInfo, and PGetSelectList queries


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

Comments or suggestions? Contact Adobe Developer Support