====== CANCEL property ====== ==== Applies To ==== Window. ==== Description ==== With Get_Property, returns the control identifier to which the CANCEL property has been assigned. The control identifier indicates which button is called if the escape key is pressed. ==== Usage ==== //objectname// = **Get_Property**(//window//, "**CANCEL**") //existingprop// = **Set_Property**(//windowname//, "**CANCEL**", //objectname//) ==== Remarks ==== Values passed in Set_Property: ^Value^Description^ |//objectname//|Name of a push-button to have the CANCEL property.| ==== Returns ==== Values returned by both Get_Property and Set_Property: ^Value^Description^ |//objectname//|Name of control having the CANCEL property.| |//existingprop//|Control identifier having the CANCEL property, when Set_Property was run.| ==== See Also ==== [[default|DEFAULT property]]