Class RadAlarmForm
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class RadAlarmForm : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, IAlarmForm, IDisposable
Constructors
RadAlarmForm()
Declaration
public RadAlarmForm()
Fields
pictureBoxEvent
Declaration
protected PictureBox pictureBoxEvent
Field Value
System.Windows.Forms.PictureBox
|
radButtonDismiss
radButtonDismissAll
radButtonOpenItem
radButtonSnooze
radComboBoxSnoozeTimes
radGridViewEvents
radLabelSnooze
radLabelStartDateTime
radLabelSubject
Properties
RemindObjectsCount
Gets the remind objects count.
Declaration
public virtual int RemindObjectsCount { get; }
Property Value
System.Int32
The reminder bindable objects count. |
Implements
RightToLeft
Declaration
public override RightToLeft RightToLeft { get; set; }
Property Value
System.Windows.Forms.RightToLeft
|
StartNotification
Gets or sets the start notification.
Declaration
public TimeSpan StartNotification { get; set; }
Property Value
System.TimeSpan
The start notification. |
Implements
Methods
AddRemindObject(RadReminderBindableObject)
Adds the reminder bindable object.
Declaration
public virtual void AddRemindObject(RadReminderBindableObject reminderBindableObject)
Parameters
RadReminderBindableObject
reminderBindableObject
The reminder bindable object. |
Implements
AddRemindObjects(List<RadReminderBindableObject>)
Adds the reminder bindable objects.
Declaration
public virtual void AddRemindObjects(List<RadReminderBindableObject> reminderBindableObjects)
Parameters
System.Collections.Generic.List<RadReminderBindableObject>
reminderBindableObjects
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
RadReminderBindableObject
reminderBindableObject
The remind bindable object. |
Returns
System.Boolean
|
Implements
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
Overrides
HideForm()
LocalizeDialog(RadReminderLocalizationProvider)
Localizes the dialog.
Declaration
protected virtual void LocalizeDialog(RadReminderLocalizationProvider localizationProvider)
Parameters
RadReminderLocalizationProvider
localizationProvider
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
System.EventArgs
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
RadReminderBindableObject
reminderBindableObject
The reminder bindable object. |
Returns
System.Boolean
|
Implements
ShowForm()
ShowForm(IWin32Window)
Shows the form.
Declaration
public virtual void ShowForm(IWin32Window owner)
Parameters
System.Windows.Forms.IWin32Window
owner
The owner. |
Implements
UpdateDialogLocalization()
Updates the dialog localization.
Declaration
public void UpdateDialogLocalization()
Events
ItemOpened
Declaration
public event EventHandler<RadOpenItemArgs> ItemOpened
Event Type
System.EventHandler<RadOpenItemArgs>
|