Class RadRepeatButton
Represents a RadRepeatButton. If the button is continuously held pressed, it
generates clicks. The RadRepeatButton class is a simple wrapper for the
Rad
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadRepeatButton : RadButton, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider, IButtonControl, ISupportRootUIAutomation
Constructors
RadRepeatButton()
Declaration
public RadRepeatButton()
Properties
ButtonElement
Gets the instance of RadRepeatButtonElement wrapped by this control. RadRepeatButtonElement is the main element in the hierarchy tree and encapsulates the actual functionality of RadRepeatButton.
Declaration
public RadRepeatButtonElement ButtonElement { get; }
Property Value
DefaultSize
Declaration
protected override Size DefaultSize { get; }
Property Value
System.
|
Overrides
Delay
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.
Declaration
[RadDefaultValue("Delay", typeof(RadRepeatButtonElement))]
public int Delay { get; set; }
Property Value
System.
|
Interval
Gets or sets the amount of time, in milliseconds, between repeats once repeating starts. The value must be non-negative.
Declaration
[RadDefaultValue("Interval", typeof(RadRepeatButtonElement))]
public int Interval { get; set; }
Property Value
System.
|
UseMnemonic
Determines whether the button can be clicked by using mnemonic characters.
Declaration
public bool UseMnemonic { get; set; }
Property Value
System.
|
Methods
CreateButtonElement()
Declaration
protected override RadButtonElement CreateButtonElement()
Returns
Overrides
OnButtonClick(EventArgs)
Raises the ButtonClick event.
Declaration
protected virtual void OnButtonClick(EventArgs e)
Parameters
System.
|
ResetBackColorThemeOverrides()
Declaration
protected override void ResetBackColorThemeOverrides()
Overrides
ResetForeColorThemeOverrides()
Declaration
protected override void ResetForeColorThemeOverrides()
Overrides
SetBackColorThemeOverrides()
Declaration
protected override void SetBackColorThemeOverrides()
Overrides
SetForeColorThemeOverrides()
Declaration
protected override void SetForeColorThemeOverrides()
Overrides
Events
ButtonClick
Propagates internal element click.
Declaration
public event EventHandler ButtonClick
Event Type
System.
|