TdxLayoutDragDropMode Enum
Enumerates available indication styles for drag-and-drop operations with layout elements.
Declaration
TdxLayoutDragDropMode = (
ddmDefault,
ddmMultiChoice
);
Members
Name |
---|
ddmDefault
|
ddmMultiChoice
|
Remarks
Values include:
Value | Description | Sample |
---|---|---|
ddmDefault | Dragging a layout element highlights a target layout group and a line within this group representing the drop position. | |
ddmMultiChoice | 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