Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class RadRepeatArrowElement : RadArrowButtonElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IBindableComponent, IComponent, IDisposable, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IButtonControl, IImageElement
Inheritance: objectDisposableObjectRadObjectRadElementVisualElementRadComponentElementRadItemRadButtonItemRadArrowButtonElementRadRepeatArrowElement...
Derived Classes:
Implements:
Inherited Members
Constructors
public RadRepeatArrowElement()
Fields
public static readonly RadProperty DelayProperty
public static readonly RadProperty IntervalProperty
Properties
Gets or sets the amount of time, in milliseconds, the Repeat button element waits while it is pressed before it starts repeating. The value must be non-negative.
[Bindable(true)]
public int Delay { get; set; }
Methods
Disposes managed resources, including the associated image if it's not shared with other items.
protected override void DisposeManagedResources()
Overrides:
Measures the space required by the RadElement
Used by the layout system.
protected override SizeF MeasureOverride(SizeF availableSize)
The size that is available to the RadElement. The available size can be infinity (to take the full size of the element)
Returns:The minimum size required by the element to be completely visible. Cannot be infinity.
Overrides:
In this method call to the Measure method of each child must be made.
Called when the Enabled property changes, applying special handling for disabled state.
protected override void OnEnabledChanged(RadPropertyChangedEventArgs e)
The property changed event arguments.
Overrides:
Handles the mouse down event by setting the button to pressed state and capturing mouse input when appropriate.
protected override void OnMouseDown(MouseEventArgs e)
The MouseEventArgs containing event data.
Overrides:
Handles the mouse up event by releasing the pressed state and mouse capture.
protected override void OnMouseUp(MouseEventArgs e)
The MouseEventArgs containing event data.
Overrides: