'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the button will begin automatically repeating when pressed.")> Public Property AutoRepeat As System.Boolean
'Usage
Dim instance As NRepeatButtonElement Dim value As System.Boolean instance.AutoRepeat = value value = instance.AutoRepeat
[System.ComponentModel.Description("Gets/sets a value indicating whether the button will begin automatically repeating when pressed.")] public System.bool AutoRepeat {get; set;}