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

Public Types | |
| enum | { kDefaultIID = IID_ICOMBOBOXATTRIBUTES } |
Public Member Functions | |
| virtual ClassID | GetDropDownClassID () const =0 |
| virtual ClassID | GetEditboxClassID () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
InDesign's combobox widgets are really compound widgets, made up of a dropdown subwidget and an editbox subwidget. This interface tells the combobox it's on which boss to use for the dropdown subwidget and editbox subwidget note: this interface can't read data from resource files because of where it is used(readwrite of a controlview)
| pure virtual |
Get the ClassID that we should create for the dropdown subwidget
| pure virtual |
Get the ClassID that we should create for the editbox subwidget