TdxLayoutDragDropMode Enum
In This Article
Enumerates available indication styles for drag-and-drop operations with layout elements.
#Declaration
Delphi
TdxLayoutDragDropMode = (
ddmDefault,
ddmMultiChoice
);
#Members
Name |
---|
ddm
|
ddm
|
#Remarks
Values include:
Value | Description | Sample |
---|---|---|
ddm |
Dragging a layout element highlights a target layout group and a line within this group representing the drop position. | ![]() |
ddm |
Dragging a layout element displays visual indicators (hot zones) that correspond to all areas available for a drop operation, providing a choice of potential drop positions. Hovering the mouse pointer over any of these hot zones intuitively highlights a target layout group. Dropping the layout element will automatically place it into this layout group. | ![]() |
See Also