ComponentOne MultiSelect for WinForms
C1.Win.Input.Base.Views Namespace / InputPanel Class / GetParentOfType Method

In This Topic
    GetParentOfType Method (InputPanel)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetParentOfType( _
       ByVal type As Type _
    ) As C1.Framework.Element
    public C1.Framework.Element GetParentOfType( 
       Type type
    )

    Parameters

    type
    See Also