Class ResponseButton
Specifies response buttons in window that will act as default buttons upon keyboard strokes. Used by ResponseButton attached property.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public sealed class ResponseButton : Enum
Fields
Accept
Accept will invoke the button's click method when the user hits Enter.
Declaration
public const ResponseButton Accept
Field Value
Cancel
Cancel will invoke the button's click method when the user hits ESC.
Declaration
public const ResponseButton Cancel
Field Value
None
None will not invoke the button's click method automatically.
Declaration
public const ResponseButton None
Field Value
value__
Declaration
public int value__
Field Value
System.
|