C# Class AjaxControlToolkit.TabPanelCollection

Inheritance: System.Web.UI.ControlCollection
Afficher le fichier Open project: DevExpress/AjaxControlToolkit

Méthodes publiques

Méthode Description
Add ( Control child ) : void
AddAt ( int index, Control child ) : void
TabPanelCollection ( Control owner ) : System
this ( int index ) : TabPanel

Method Details

Add() public méthode

public Add ( Control child ) : void
child System.Web.UI.Control
Résultat void

AddAt() public méthode

public AddAt ( int index, Control child ) : void
index int
child System.Web.UI.Control
Résultat void

TabPanelCollection() public méthode

public TabPanelCollection ( Control owner ) : System
owner System.Web.UI.Control
Résultat System

this() public méthode

public this ( int index ) : TabPanel
index int
Résultat TabPanel