Scheduler for WinRT
ShowReminderDialog Property


Determines whether control should display embedded reminder dialog when reminder is fired.
Syntax
'Declaration
 
<C1CategoryAttribute()>
<DefaultValueAttribute()>
Public Property ShowReminderDialog As Boolean
'Usage
 
Dim instance As C1SchedulerSettings
Dim value As Boolean
 
instance.ShowReminderDialog = value
 
value = instance.ShowReminderDialog
[C1Category()]
[DefaultValue()]
public bool ShowReminderDialog {get; set;}

Property Value

The default value is false.
Remarks
The embedded reminder dialog will only be shown if this property is true, the ToastNotifier property is not set and application doesn't handle the C1Scheduler.ReminderFire event.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1SchedulerSettings Class
C1SchedulerSettings Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.