DragTargetHint Enumeration |
Specifies a hint about the action that occurs on drop.
Namespace:
Internal.ComponentFactory.Krypton.Navigator
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public enum DragTargetHint
Members
| Member name | Value | Description |
---|
| None | 0 | Specifies the target has no hint information. |
| EdgeLeft | 1 | Specifies the target will position drop at the left edge. |
| EdgeRight | 2 | Specifies the target will position drop at the right edge. |
| EdgeTop | 3 | Specifies the target will position drop at the top edge. |
| EdgeBottom | 4 | Specifies the target will position drop at the bottom edge. |
| Transfer | 5 | Specifies the target will transfer content into the target. |
| ExcludeFlags | 255 | Specifies the target will transfer content into the target. |
| ExcludeCluster | 256 | Specifies the target does not allow itself to be combined with others for cluster docking. |
See Also