ClassRadAlarmForm
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
public class RadAlarmForm : RadForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IContainerControl, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, IAlarmForm, IDisposable
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormRadFormControlBaseRadFormRadAlarmForm
Implements:
Inherited Members
Constructors
RadAlarmForm()
Declaration
public RadAlarmForm()
Fields
radComboBoxSnoozeTimes
Declaration
protected RadDropDownList radComboBoxSnoozeTimes
Field Value
Properties
RemindObjectsCount
Gets the remind objects count.
Declaration
public virtual int RemindObjectsCount { get; }
Property Value
The reminder bindable objects count.
Implements
RightToLeft
Declaration
public override RightToLeft RightToLeft { get; set; }
Property Value
Overrides
StartNotification
Gets or sets the start notification.
Declaration
public TimeSpan StartNotification { get; set; }
Property Value
The start notification.
Implements
Methods
AddRemindObject(RadReminderBindableObject)
Adds the reminder bindable object.
Declaration
public virtual void AddRemindObject(RadReminderBindableObject reminderBindableObject)
Parameters
reminderBindableObject
The reminder bindable object.
Implements
AddRemindObjects(List<RadReminderBindableObject>)
Adds the reminder bindable objects.
Declaration
public virtual void AddRemindObjects(List<RadReminderBindableObject> reminderBindableObjects)
Parameters
reminderBindableObjects
List<RadReminderBindableObject>
The remind bindable objects.
ClearRemindObjects()
Clears the remind objects.
Declaration
public void ClearRemindObjects()
Implements
ContainsRemindObject(RadReminderBindableObject)
Determines whether [contains reminder bindable object] [the specified reminder bindable object].
Declaration
public virtual bool ContainsRemindObject(RadReminderBindableObject reminderBindableObject)
Parameters
reminderBindableObject
The remind bindable object.
Returns
true if [contains reminder bindable object] [the specified reminder bindable object]; otherwise, false.
Implements
Dispose(bool)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
disposing
true if managed resources should be disposed; otherwise, false.
Overrides
LocalizeDialog(RadReminderLocalizationProvider)
Localizes the dialog.
Declaration
protected virtual void LocalizeDialog(RadReminderLocalizationProvider localizationProvider)
Parameters
localizationProvider
RadReminderLocalizationProvider
The localization provider.
OnLoad(EventArgs)
In this override we reset the RootElement's BackColor property since the DocumentDesigner class sets the BackColor of the Form to Control when initializing and thus overrides the theme.
Declaration
protected override void OnLoad(EventArgs e)
Parameters
e
Overrides
OnThemeChanged()
Called when theme changed.
Declaration
protected override void OnThemeChanged()
Overrides
RemoveRemindObject(RadReminderBindableObject)
Removes the reminder bindable object.
Declaration
public virtual bool RemoveRemindObject(RadReminderBindableObject reminderBindableObject)
Parameters
reminderBindableObject
The reminder bindable object.
Returns
Implements
ShowForm(IWin32Window)
Shows the form.
Declaration
public virtual void ShowForm(IWin32Window owner)
Parameters
owner
The owner.
Implements
UpdateDialogLocalization()
Updates the dialog localization.
Declaration
public void UpdateDialogLocalization()
Events
ItemOpened
Declaration
public event EventHandler<RadOpenItemArgs> ItemOpened
Event Value
Implements