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

Public Member Functions | |
| virtual void | SetPatientUserDelayTime (const int32 &milliseconds)=0 |
| virtual int32 | GetPatientUserDelayTime () 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 |
This is a data interface to allow clients to get/set widget id.
| pure virtual |
Get patient user delay time
| pure virtual |
Set patient user delay time. If milliseconds is set as negative value(< 0), then it turns off patient user mode.
| uint32 | — milliseconds for patient user delay, e.g., 500 milliseconds for 1/2 second. |