Purpose

.DefaultEscapeHotSpot allows you to specify the objects that will be mapped to the <Escape> key.
 

Syntax

ObjectReference.DefaultEscapeHotSpot = Value
 

Operation

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

Remarks

The value of this property can only be set, not retrieved.

I
f an object has this property assigned, the object will receive the <Escape> key when pressed, and the application will behave as if this object had been clicked.

Only one object can hold this property at one time.  If a second object is assigned this property, the first object loses the property.  

If the screen is cleared, the property will be cleared from the assigned object.


The default is FALSE .
 

Example

To set the .DefaultEscapeHotSpot property of a whose Tag Name is Cancel:

Cancel.DefaultEscapeHotSpot = TRUE
 

Comment on this topic

Topic ID: 510048