dbicMonth Send comments on this topic.
ReminderDialog Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiPIM Class : ReminderDialog Property

Determines if the ReminderDialog will be displayed when an alarm is triggered.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ReminderDialog As Boolean
C# 
public virtual bool ReminderDialog {get; set;}

Remarks

This property value is of type Boolean, indicating if the ReminderDialog will be displayed when an alarm is triggered.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also