| UITabsExtenderTControl Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.UIControls
 Syntax
Syntaxpublic abstract class UITabsExtender<TControl> : ControlExtender<TControl> where TControl : UITabs
The UITabsExtenderTControl type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | UITabsExtenderTControl | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Control | 
            Gets the extended control.
            (Inherited from ControlExtenderTControl.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Init | 
            Initializes the extender using the specified control.
            (Inherited from ControlExtenderTControl.) | 
|  | OnInit | 
            OnInit event handler.
            (Overrides ControlExtenderOnInit.) | 
|  | OnInitTabs | 
            Initialization of tabs.
             | 
 See Also
See Also