![]() | InDesign SDK 20.5 |
#include <ISelectionMessages.h>
Public Types | |
| enum | MessageType { kActiveCSBsChangedMessage } |
Public Member Functions | |
| virtual MessageType | GetMessageType (void) const =0 |
| virtual const K2Vector < KeyValuePair< ClassID, bool16 > > * | GetEnabledCSBs (void) const =0 |
| virtual const K2Vector< PMIID > * | GetEnabledSuiteInterfaces (void) const =0 |
This is the void* object when the ASB broadcasts a SelectionChanged() message to the ISuites.
| pure virtual |
Return a list of currently disabled CSBs. (only valid for kActiveCSBsChangedMessage) The bool16 in the returned list has the enable value.
| pure virtual |
Return a list of enabled ISuites on the ASB. (only valid for kActiveCSBsChangedMessage)
| pure virtual |
Return the message type.