dbicCalendar Send comments on this topic.
RemoveOwnedForm Method
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiAppointmentDialog Class : RemoveOwnedForm Method

ownedForm
A System.Windows.Forms.Form representing the form to remove from the list of owned forms for this form.
Removes an owned form from this form.

Syntax

Visual Basic (Declaration) 
Public Sub RemoveOwnedForm( _
   ByVal ownedForm As Form _
) 
C# 
public void RemoveOwnedForm( 
   Form ownedForm
)

Parameters

ownedForm
A System.Windows.Forms.Form representing the form to remove from the list of owned forms for this form.

Requirements

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

See Also