Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
Equ True$ to 1 
Equ False$ to 0 

 // Set the caption and accelerator for the Cancel button 
Set_Property(@Window:".OLE_CANCEL_BUTTON", "OLE.Caption", "&Cancel") 

 // Set the button as the Cancel Push Button 
Set_Property(@Window:".OLE_CANCEL_BUTTON", "OLE.Cancel", True$)

See Also

DefaultOnClick