Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: TabPage ParentTab(this Control)

Declaration

public static TabPage ParentTab(
    this Control control
)

Summary

If this control is located within a TabPage, returns the first TabPage found by iterating recursively through its parents. Otherwise returns null.