![]() | InDesign SDK 20.5 |
#include <IAssignmentPreferences.h>

Public Types | |
| enum | { kDefaultIID = IID_IASSIGNMENTPREFERENCES } |
Public Member Functions | |
| virtual bool16 | GetShowAssignedFrames () const =0 |
| virtual void | SetShowAssignedFrames (bool16 show)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Manages the state of the "Show Assigned Frames" View menu option.
| pure virtual |
Whether or not assigned frames are highlighted in layout windows.
| pure virtual |
Set whether or not assigned frames are highlighted in layout windows.
| show | - A boolean which is kTrue if assigned frames are being shown. |