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

ownedForm
The System.Windows.Forms.Form that this form will own.
Adds an owned form to this form.

Syntax

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

Parameters

ownedForm
The System.Windows.Forms.Form that this form will own.

Requirements

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

See Also