Class RepeatButton
Inheritance
System.Object
RepeatButton
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Silverlight.UI
Assembly: ArtOfTest.WebAii.dll
Syntax
public class RepeatButton : ButtonBase, IAutomationPeer, IPeerConverter, IButtonBase, IContentControl, IControl, IRepeatButton, IFrameworkElement, ITargetElement
Constructors
RepeatButton()
Declaration
public RepeatButton()
Fields
DelayProperty
IntervalProperty
Properties
Delay
Declaration
public int Delay { get; set; }
Property Value
System.Int32
|
Interval
Declaration
public int Interval { get; set; }
Property Value
System.Int32
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|
Overrides
UserPress(Int32)
Declaration
public void UserPress(int holdTime)
Parameters
System.Int32
holdTime
|