Actions occurring while dragging an image.
Source position: lcltype.pp line 78
type TDockImageOperation = (
disShow,
Show the image.
disMove,
Move the already visible image.
disHide
Hide the image.
);