Target Highlight (TargetHilite)
Type of highlighting used for the target widget when a valid object is dragged over it.
TargetHilite=
"
None
| Frame
| Halftone
"
Value |
Description |
---|---|
|
The widget frame is not highlighted. (Default). |
|
The widget frame (normal or 3-D) is displayed. Ignored if the Frame property is true. |
|
A wide halftone frame is drawn around the widget. Use if the Frame property is true. |
Setting in ProcScript
$fldproperties(DDFLD) = "TargetHilite=frame"