Enum
ResponseButton

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

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1008:EnumsShouldHaveZeroValue")]
public enum ResponseButton

Fields

Accept

Accept will invoke the button's click method when the user hits Enter.

Declaration

cs-api-definition
Accept = 1

Field Value

ResponseButton

Cancel

Cancel will invoke the button's click method when the user hits ESC.

Declaration

cs-api-definition
Cancel = 2

Field Value

ResponseButton

None

None will not invoke the button's click method automatically.

Declaration

cs-api-definition
None = 0

Field Value

ResponseButton

In this article
DefinitionFieldsAcceptCancelNone
Not finding the help you need?
Contact Support