Name | Description | |
---|---|---|
NRepeatButton Constructor | Overloaded. |
The following tables list the members exposed by NRepeatButton.
Name | Description | |
---|---|---|
NRepeatButton Constructor | Overloaded. |
Name | Description | |
---|---|---|
DelayProperty | Reference to the Delay property. | |
EndClickingEvent | Reference to the EndClicking event. | |
IntervalProperty | Reference to the Interval property. | |
NRepeatButtonSchema | Schema associated with NRepeatButton. | |
StartClickingEvent | Reference to the StartClicking event. |
Name | Description | |
---|---|---|
Delay | Gets or sets the amount of time (in milliseconds), that the button waits while it is pressed before it starts repeating clicks. | |
Interval | Gets or sets the amount of time (in milliseconds), between repeating clicks once repeating clicks starts. |
Name | Description | |
---|---|---|
RestartClickTimer | Restarts the StartClicking timer. Raises the StartClicking event. | |
RestartDelayTimer | Restarts the delay timer | |
StopClickTimer | Stops the click timer. If it was started raises the EndClicking event | |
StopDelayTimer | Stops the delay timer |
Name | Description | |
---|---|---|
OnButtonStateChanged | Overridden. Called when the pressed state of the button was changed | |
OnClickTimerTick | Called when the click timer is ticked | |
OnDelayTimerTick | Called when the delay timer is ticked | |
OnEndClicking | Raises the EndClicking event | |
OnStartClicking | Raises the StartClicking event |
Name | Description | |
---|---|---|
EndClicking | Event, which occurs when the repeat button has stopped raising continuous click events. | |
StartClicking | Event, which occurs when the repeat button is about to start raising continuous click events. |