dbicCalendar Send comments on this topic.
ReminderState Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiReminderDialog Class : ReminderState Property

Gets the state of the reminder dialog.

Syntax

Visual Basic (Declaration) 
Public Property ReminderState As dbiReminderDialog.enumReminderState
C# 
public dbiReminderDialog.enumReminderState ReminderState {get; set;}

Remarks

This property value is of type dbiReminderDialog.enumReminderState, indicating the last button pressed in the reminder dialog before it was closed.

Requirements

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

See Also