IsChildOf Method (ContentElement) | Input for WinForms | ComponentOne
C1.Framework Namespace / ContentElement Class / IsChildOf Method
Parent element to investigate.

In This Topic
IsChildOf Method (ContentElement)
In This Topic
Determines whether this element is a child of another element.
Syntax
'Declaration
 
Public Function IsChildOf( _
   ByVal parent As Element _
) As Boolean
 

Parameters

parent
Parent element to investigate.

Return Value

True if parent contains this element.
See Also