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

Public Types | |
| enum | { kDefaultIID = IID_IINLINEEDITCONTROLLER } |
Public Member Functions | |
| virtual bool16 | BeginEditing ()=0 |
| virtual bool16 | StopEditing (bool16 syncData=kTrue, bool16 releaseKeyFocus=kTrue)=0 |
| virtual bool16 | IsBeingEdited () const =0 |
| virtual void | SyncFilteringNode ()=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
InLineEdit widget normally displayed as static text. Under certain event (e.g. double click), static text can be changed on the spot. This interface controls start and stop editing mode of InLineEdit widget.
| pure virtual |
Switch InLineEdit widget into editing mode.
| pure virtual |
Return kTrue if being edited currently, kFalse otherwise
| pure virtual |
Switch InLineEdit widget off editing mode.