dbicDayView Send comments on this topic.
Close Method
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiReminderDialog Class : Close Method

Closes the form.

Syntax

Visual Basic (Declaration) 
Public Sub Close() 
C# 
public void Close()

Exceptions

ExceptionDescription
System.InvalidOperationExceptionThe form was closed while a handle was being created.
System.ObjectDisposedExceptionYou cannot call this method from the System.Windows.Forms.Form.Activated event when System.Windows.Forms.Form.WindowState is set to System.Windows.Forms.FormWindowState.Maximized.

Requirements

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

See Also