VLButtonBar Reference

Read/Write Property OLEDragMode

See Also See Also Applies To Applies To

Returns or sets whether the component or the programmer handles an OLE drag/drop operation.

 

Syntax

object.OLEDragMode[=mode]

 

The OLEDragMode property syntax has these parts:

Part Description
Object An object expression that evaluates to the objects in Applies to list.
mode An integer specifying the OLEDragMode of the objects in Applies to list, as described in Settings.

 

Settings

The settings for value are:

Constant Setting Description
ConstantOLEDragManual 0 (Default) Manual. The programmer handles all OLE drag/drop operations.
ConstantOLEDragAutomatic 1 Automatic. The component handles all OLE drag/drop operations.