ComponentOne MultiSelect for WinForms
C1.Win.Input.Base.Views Namespace / InputPanel Class / GetParent<T> Method

In This Topic
    GetParent<T> Method (InputPanel)
    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