RadAlarmForm
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, ISupportRootUIAutomation, IAlarmForm, IDisposable
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormRadFormControlBaseRadFormRadAlarmForm...
Implements:
Inherited Members
Constructors
public RadAlarmForm()
Fields
protected PictureBox pictureBoxEvent
protected RadButton radButtonDismiss
protected RadButton radButtonDismissAll
protected RadButton radButtonOpenItem
protected RadButton radButtonSnooze
protected RadDropDownList radComboBoxSnoozeTimes
protected RadGridView radGridViewEvents
protected RadLabel radLabelSnooze
protected RadLabel radLabelStartDateTime
protected RadLabel radLabelSubject
Properties
Gets the remind objects count.
public virtual int RemindObjectsCount { get; }
The reminder bindable objects count.
Implements:
public override RightToLeft RightToLeft { get; set; }
Overrides:
Gets or sets the start notification.
public TimeSpan StartNotification { get; set; }
The start notification.
Implements:
Methods
Adds the reminder bindable object.
public virtual void AddRemindObject(RadReminderBindableObject reminderBindableObject)
The reminder bindable object.
Implements:
Adds the reminder bindable objects.
public virtual void AddRemindObjects(List<RadReminderBindableObject> reminderBindableObjects)
The remind bindable objects.
Clears the remind objects.
public void ClearRemindObjects()
Implements:
Determines whether [contains reminder bindable object] [the specified reminder bindable object].
public virtual bool ContainsRemindObject(RadReminderBindableObject reminderBindableObject)
The remind bindable object.
Returns:true if [contains reminder bindable object] [the specified reminder bindable object]; otherwise, false.
Implements:
Clean up any resources being used.
protected override void Dispose(bool disposing)
true if managed resources should be disposed; otherwise, false.
Overrides:
Hides the form.
public void HideForm()
Implements:
Localizes the dialog.
protected virtual void LocalizeDialog(RadReminderLocalizationProvider localizationProvider)
The localization provider.
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.
Called when theme changed.
protected override void OnThemeChanged()
Overrides:
Removes the reminder bindable object.
public virtual bool RemoveRemindObject(RadReminderBindableObject reminderBindableObject)
The reminder bindable object.
Returns:Implements:
Shows the form.
public virtual void ShowForm()
Implements:
Shows the form.
public virtual void ShowForm(IWin32Window owner)
The owner.
Implements:
Updates the dialog localization.
public void UpdateDialogLocalization()
Events
public event EventHandler<RadOpenItemArgs> ItemOpened
Implements: