[]
Gets the TabPageElement that contains a given child element.
public TabPageElement GetParentTab(Element childElement)
Type | Name | Description |
---|---|---|
Element | childElement | Child element in the Tab. |
Type | Description |
---|---|
TabPageElement | The TabPageElement that contains the given child element, or null if the element does not belong to any tab pages. |