InterfaceIRepeatButton
Interface
Represents interface for the Xaml RepeatButton control wrappers.
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public interface IRepeatButton : IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Methods
UserPress(int)
Press and hold the RepeatButton for the specified number of milliseconds
Declaration
cs-api-definition
void UserPress(int holdTime)
Parameters
holdTime
The number of milliseconds to hold the button down for.