#include <IShowTrackChangesPrefs.h>
|
| enum | { kDefaultIID = IID_ISHOWTRACKCHANGESPREFS } |
| |
Interface to get and set whether track changes are showing or not.
- See Also
- kWorkspaceBoss
| virtual const bool16 IShowTrackChangesPrefs::GetShowTrackChanges | ( | | ) | |
| pure virtual |
Indicates to the client whether track changes should be shown.
- Returns
- kTrue means show track changes, kFalse means do not
| virtual void IShowTrackChangesPrefs::SetShowTrackChanges | ( | const bool16 | bShown | ) | |
| pure virtual |
Allows the user to determine whether track changes are shown.
- Parameters
| bShown | - kTrue will show track changes, kFalse will not |