TcxDragAndDropState Enum
Declaration
TcxDragAndDropState = (
ddsNone,
ddsStarting,
ddsInProcess
);
Members
Name |
---|
ddsNone
|
ddsStarting
|
ddsInProcess
|
See Also