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

Public Types | |
| enum | { kDefaultIID = IID_IINCOPYVIEWPREFS } |
| enum | ActiveView { kGalley, kStory, kLayout } |
Public Member Functions | |
| virtual ActiveView | GetActiveView () const =0 |
| virtual void | SetActiveView (ActiveView activeView)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
An interface the will keep track of which tab is active in the main document window for InCopy
| pure virtual |
Get the current active tab for a view
| pure virtual |
Set the current active tab. Normally you wouldn't call this directly, it would be triggered from a call to SetDocWindowView() in IGalleyUtils.
| activeView | - tab to activate. |