Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.108 DropEnabled Property

Description:

Determines whether the image can be selected, dragged and dropped.

Used in control(s):

Image

Values (with constants):

True:The image can be dragged and dropped. (POW-TRUE)

False:The image cannot be dragged and dropped. (POW-FALSE)

It is only effective when the Resource property is set to False.

Default value:

False (POW-FALSE)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_BOOL

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

None.