PictureBox.DragCheck

Syntax:

DragCheck(<DragParameters>, <StandardProcessing>)

Parameters:

<DragParameters>

Type: DragParameters.
Contains the value being dragged, type of action, and possible actions during drag.

<StandardProcessing>

Type: Boolean.
This parameter passes a flag indicating whether standard (system) processing of the event is performed. If it is set to False in the body of the handler procedure, standard processing will not occur.
Default value: True.

Description:

Occurs when you move the cursor in the picture box, which is a data receiver.

    

1C:Enterprise Developer's Community