[Overview][Types][Classes][Procedures and functions][Index] |
Represents cursor shapes displayed when the mouse hovers over different areas in a control band.
Source position: extctrls.pp line 1514
type TCursorDesign = ( |
||
cdDefault, |
|
Uses the default cursor shape. |
cdGrabber, |
|
Uses the grabber cursor shape. |
cdRestricted |
|
Uses the "not available" cursor shape. |
); |
Version 4.0 | Generated 2025-05-03 | Home |