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

Public Types | |
| enum | { kDefaultIID = IID_IPDFVTUIDROPDOWNLISTSELECTION } |
Public Member Functions | |
| virtual void | SetSelection (int32 dropDownList, int32 index)=0 |
| virtual int32 | GetSelection (int32 dropDownList) const =0 |
| virtual void | Init (void)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Interface to store the selections the user made to DropDown lists on the dialog.
| pure virtual |
Gets the selected index for the given dropdown list widget.
| dropDownList | IN Dd of the dropdown list. |
Implemented in DropDownListSelection.
| pure virtual |
Re-Initializes selections to 0 for all the dropdown lists.
Implemented in DropDownListSelection.
| pure virtual |
Sets the selected index for the given dropdown list widget.
| dropDownList | IN Id of the dropdown list. |
| index | IN selected index. |
Implemented in DropDownListSelection.