C# Class System.Web.UI.UpdatePanel.SingleChildControlCollection

Inheritance: System.Web.UI.ControlCollection
Afficher le fichier Open project: kumpera/mono

Méthodes publiques

Méthode Description
Add ( Control child ) : void
AddAt ( int index, Control child ) : void
Clear ( ) : void
Remove ( Control value ) : void
RemoveAt ( int index ) : void
SingleChildControlCollection ( Control owner ) : System

Private Methods

Méthode Description
AddInternal ( Control child ) : void
GetNoChildrenException ( ) : InvalidOperationException

Method Details

Add() public méthode

public Add ( Control child ) : void
child Control
Résultat void

AddAt() public méthode

public AddAt ( int index, Control child ) : void
index int
child Control
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Remove() public méthode

public Remove ( Control value ) : void
value Control
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

SingleChildControlCollection() public méthode

public SingleChildControlCollection ( Control owner ) : System
owner Control
Résultat System