| ButtonIsCancel 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.ControlsAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public bool IsCancel { get; set; }
Public Property IsCancel As Boolean
Get
Set
public:
property bool IsCancel {
bool get ();
void set (bool value);
}
member IsCancel : bool with 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