Scheduler for WinForms | ComponentOne
C1.Win.Schedule.6 Assembly / C1.Win.Schedule.UI Namespace / ap Class / IsChildOf Method

In This Topic
    IsChildOf Method (ap)
    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