[]
        
(Showing Draft Content)

C1.Framework.TabElement.GetParentTab

GetParentTab Method

GetParentTab(Element)

Gets the TabPageElement that contains a given child element.

Declaration
public TabPageElement GetParentTab(Element childElement)
Public Function GetParentTab(childElement As Element) As TabPageElement
Parameters
Type Name Description
Element childElement

Child element in the Tab.

Returns
Type Description
TabPageElement

The TabPageElement that contains the given child element, or null if the element does not belong to any tab pages.