C# Class Utilities.WebControl.ControlExtensions

Extension methods on Control
Afficher le fichier Open project: mrvshah/Utilities

Méthodes publiques

Méthode Description
AllChildControls ( this controlCollection ) : IEnumerable

Return all the child controls of control collection

Method Details

AllChildControls() public static méthode

Return all the child controls of control collection
public static AllChildControls ( this controlCollection ) : IEnumerable
controlCollection this The control collection
Résultat IEnumerable