DRAGENABLED

 

 

Purpose

.DragEnabled enables you to determine whether objects can be dragged from a Static Icon.

Syntax

ObjectReference.DragEnabled = Value

Operation

ObjectReference is the Tag Name of the object
Value
is TRUE or 1, FALSE or 0

Remarks

DragEnabled property can be set in logic or on the Property Sheet. A Static Icon object can be either Drop enabled, Drag enabled or both. If this property is not set, the Open Client does not execute the Drag operation.

Example

To enable the dragging of objects from a Static Icon with a Tag Name of StaticIconTag:

StaticIconTag.DragEnabled = TRUE


Warning: If the Static Icon is disabled or hidden, it cannot be configured as a source object.

Note: This property applies to PROIV Open Client only.

 

Comment on this topic

Topic ID: 510166