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

Public Types | |
| enum | { kDefaultIID = IID_ITOOLBARSIZEINFO } |
Public Member Functions | |
| virtual PMPoint | GetToolbarVariantSize (IUserInterfacePreferences::ToolboxState whichVariant) const =0 |
| virtual IUserInterfacePreferences::ToolboxState | GetCurrentToolbarVariant () const =0 |
| virtual void | SetCurrentToolbarVariant (IUserInterfacePreferences::ToolboxState newState)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
IToolbarSizeInfo is interface used to represent the various states that a toolbox/toolbar can be in.
| pure virtual |
Get the current state of the toolbox
| pure virtual |
Get the size that corresponds to a particular toolbox state
| pure virtual |
Change the current state of the toolbox