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

Public Types | |
| enum | { kDefaultIID = IID_IBOOLEANCONTROLDATA } |
Public Member Functions | |
| virtual void | Select (bool16 updateView=kTrue, bool16 notifyOfChange=kTrue)=0 |
| virtual void | Deselect (bool16 updateView=kTrue, bool16 notifyOfChange=kTrue)=0 |
| virtual void | Toggle (bool16 updateView=kTrue, bool16 notifyOfChange=kTrue)=0 |
| virtual bool16 | IsSelected () 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 on bi-state controls that can be in two states; selected or deselected.
| pure virtual |
Method to set the state to deselected.
| updateView | specifies whether the control should be redrawn |
| notifyOfChange | specifies whether observers on the control data should be notified of the change. |
| pure virtual |
Accessor to determine whether the control is in selected state
| pure virtual |
Method to set the control state to be selected.
| updateView | specifies whether the control should be redrawn |
| notifyOfChange | specifies whether observers on the control data should be notified of the change. |
| pure virtual |
Method to change the state to the logical opposite.
| updateView | specifies whether the control should be redrawn |
| notifyOfChange | specifies whether observers on the control data should be notified of the change |