Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.8 Assembly / (Global) Namespace / cl Class / GetParent<T> Method

In This Topic
    GetParent<T> Method (cl)
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetParent(Of T As C1.Framework.Element)() As T
    public T GetParent<T>()
    where T: C1.Framework.Element

    Type Parameters

    T
    See Also