Click or drag to resize

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
C#
public enum DragTargetHint
Members
  Member nameValueDescription
None0Specifies the target has no hint information.
EdgeLeft1Specifies the target will position drop at the left edge.
EdgeRight2Specifies the target will position drop at the right edge.
EdgeTop3Specifies the target will position drop at the top edge.
EdgeBottom4Specifies the target will position drop at the bottom edge.
Transfer5Specifies the target will transfer content into the target.
ExcludeFlags255Specifies the target will transfer content into the target.
ExcludeCluster256Specifies the target does not allow itself to be combined with others for cluster docking.
See Also