Skip to main content
A newer version of this page is available. .

TcxDragAndDropState Enum

Declaration

TcxDragAndDropState = (
    ddsNone,
    ddsStarting,
    ddsInProcess
);

Members

Name
ddsNone
ddsStarting
ddsInProcess
See Also