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

Public Member Functions | |
| virtual bool16 | GetCurrentSetName (PMString &setName) const =0 |
| virtual IKBSCSetsManager::KBSCArea | GetCurrentSetKBSCArea () const =0 |
| virtual void | SetCurrentSetName (const PMString &setName, const IKBSCSetsManager::KBSCArea area)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
This interface maintains the current user selection for which Keyboard shortcut set to use.
| pure virtual |
Get the area of the current set in use
| pure virtual |
Get the name of the current set in use.
| setName | The returned set name. |
| pure virtual |
Record the name of the current used set and its area
| setName | The new current set name. |
| area | The new current set area, kUserKBSCArea or kDefaultKBSCArea. |