Click or drag to resize
DigitalRuneButtonIsRepeatButton Property
Gets or sets a value indicating whether this instance is repeat 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 IsRepeatButton { get; set; }

Property Value

Type: Boolean
if this instance is repeat button; otherwise, .
Remarks
A repeat button raises the Click event repeatedly from the time it is pressed until it is released. Repeat buttons automatically set the ClickMode to Press.
See Also