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

ctl
The System.Windows.Forms.Control to evaluate.
Retrieves a value indicating whether the specified control is a child of the control.

Syntax

Visual Basic (Declaration) 
Public Function Contains( _
   ByVal ctl As Control _
) As Boolean
C# 
public bool Contains( 
   Control ctl
)

Parameters

ctl
The System.Windows.Forms.Control to evaluate.

Return Value

true if the specified control is a child of the control; otherwise, false.

Requirements

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

See Also