C1.Framework Namespace / PolygonIconElement Class / GetParentOfType Method
Type of element we're looking for.

In This Topic
GetParentOfType Method (PolygonIconElement)
In This Topic
Navigates up the tree to find an ancestor of a given type.
Syntax
'Declaration
 
Public Function GetParentOfType( _
   ByVal type As Type _
) As Element
 

Parameters

type
Type of element we're looking for.

Return Value

A reference to the ancestor of the given type, null if not found.
See Also