Click or drag to resize
DigitalRuneButtonIsCancel Property
Gets or sets a value that indicates whether a Button is a Cancel button. This is a game object property.

Namespace: DigitalRune.Game.UI.Controls
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public bool IsCancel { get; set; }

Property Value

Type: Boolean
if this Button is a Cancel button; otherwise, . The default is .
Remarks
A user can activate the Cancel button by pressing the ESC key on the keyboard or the B or BACK button on the gamepad.
See Also