RadControls for WPF

Specifies response buttons in window that will act as default buttons upon keyboard strokes. Used by ResponseButton attached property.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation (in Telerik.Windows.Controls.Navigation.dll) Version: 2013.1.403.40

Syntax

C#
public enum ResponseButton
Visual Basic
Public Enumeration ResponseButton

Members

Member nameValueDescription
None0 None will not invoke the button's click method automatically.
Accept1 Accept will invoke the button's click method when the user hits Enter.
Cancel2 Cancel will invoke the button's click method when the user hits ESC.

See Also