Action
Gets a value that indicates whether a Button is a Cancel button. A user can activate the Cancel button by pressing the ESC
key. This is a dependency property.
Syntax
C#
protected Boolean IsCancel { get; }
VB
'Declaration
Protected Read Property IsCancel As Boolean
Access
Read only.