Manual
Cancel PropertyDetermines whether the button’s OnClick event handler executes when the Escape key is pressed. Description If Cancel is true, the button’s OnClick event handler executes when the user presses Esc. Although an application can have more than one Cancel button, the form calls the OnClick event handler only for the first visible button in the tab order. |