Share via


FormActiveXControl.endDrag Method

Definition

Is called when the user has finished dragging a form control.

public:
 override void endDrag();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override void endDrag ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.endDrag : unit -> unit
Public Overrides Sub endDrag ()
Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Remarks

This event is not raised unless the DragDrop property is enabled for the control and a beginDrag event has already been started. To drag a control, a user presses the mouse button in the control area and then moves the mouse pointer.

Applies to