Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.8 Assembly / (Global) Namespace / cl Class / IsChildOf Method

In This Topic
    IsChildOf Method (cl)
    In This Topic
    Syntax
    'Declaration
     
    Public Function IsChildOf( _
       ByVal parent As C1.Framework.Element _
    ) As System.Boolean
    public System.bool IsChildOf( 
       C1.Framework.Element parent
    )

    Parameters

    parent
    See Also