DROPENABLED

 

 

Purpose

.DropEnabled enables you to determine whether objects can be dropped onto a Static Icon.

Syntax

ObjectReference.DropEnabled = Value

Operation

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

Remarks

DropEnabled property can be set in logic or on the Property Sheet. A Static Icon object can be either Drop enabled, Drag enabled or both.

Example

To enable the dropping of objects onto a Static Icon with a Tag Name of StaticIconTag:

StaticIconTag.DropEnabled = TRUE

 

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

Note: This property applies to PROIV Open Client only.

Comment on this topic

Topic ID: 510168