C# 클래스 AjaxControlToolkit.TabPanelCollection

상속: System.Web.UI.ControlCollection
파일 보기 프로젝트 열기: DevExpress/AjaxControlToolkit

공개 메소드들

메소드 설명
Add ( Control child ) : void
AddAt ( int index, Control child ) : void
TabPanelCollection ( Control owner ) : System
this ( int index ) : TabPanel

메소드 상세

Add() 공개 메소드

public Add ( Control child ) : void
child System.Web.UI.Control
리턴 void

AddAt() 공개 메소드

public AddAt ( int index, Control child ) : void
index int
child System.Web.UI.Control
리턴 void

TabPanelCollection() 공개 메소드

public TabPanelCollection ( Control owner ) : System
owner System.Web.UI.Control
리턴 System

this() 공개 메소드

public this ( int index ) : TabPanel
index int
리턴 TabPanel