I was working with VB6. Now I am trying to study VB.NET. In vb6 There is Cancel property for command button
eg. If we make the cancel property of exit command button 'True',then if we press Esc key ,we can exit from that form even without clicking the exit button.
On studying the properties of buton in VB.NET I couldn't see the cancel property.Am I right ? or Is there any similar property for the buttons..
Any body please advise me..