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:

ValueDescription
objectnameName of a push-button to have the CANCEL property.

Returns

Values returned by both Get_Property and Set_Property:

ValueDescription
objectnameName of control having the CANCEL property.
existingpropControl identifier having the CANCEL property, when Set_Property was run.

See also

DEFAULT property

  • No labels