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

Public Types | |
| enum | { kDefaultIID = IID_ITRISTATECONTROLATTRIBUTES } |
Public Member Functions | |
| virtual void | SetAlignment (const int16 alignment)=0 |
| virtual int16 | GetAlignment () 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 |
Interface associated with the kCheckBoxWidgetBoss, used to control alignment of the widget.
| pure virtual |
Get the alignment value for the widget
| pure virtual |
Set the alignment value for the widget (kAlignLeft, kAlignCenter, or kAlignRight).