DEFAULTESCAPEHOTSPOT |
DEVELOPER |
|
|
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 |
Remarks |
The value of this property can only be set, not retrieved. Only one object can hold this property at one time. If a second object is assigned this property, the first object loses the property. |
Example |
To set the .DefaultEscapeHotSpot property of a whose Tag Name is Cancel: Cancel.DefaultEscapeHotSpot = TRUE |
Topic ID: 510048