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

Public Types | |
| enum | { kDefaultIID = IID_ICURSORREGION } |
Public Member Functions | |
| virtual void | SetCursorProvider (ICursorProvider *p)=0 |
| virtual ICursorProvider * | GetCursorProvider () 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 class represents the mapping between a region of the screen to a provider who will supply the cursor the region.
| pure virtual |
Get the provider for the regions managed by this instance.
| provider | IN the provider to use |
Implemented in CCursorRegion.
| pure virtual |
Use this provider for the regions managed by this instance.
| provider | IN the provider to use |
Implemented in CCursorRegion.