[RepeatButton]

Attribute used for displaying a button that invokes the method repeatedly while held down.

Examples

[RepeatButton]
public void IncreaseValue()
{
    value++;
}