InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / BitmapIconElement Class / GetParent<T> Method

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

    Type Parameters

    T
    See Also