C# Класс Utilities.WebControl.ControlExtensions

Extension methods on Control
Показать файл Открыть проект

Открытые методы

Метод Описание
AllChildControls ( this controlCollection ) : IEnumerable

Return all the child controls of control collection

Описание методов

AllChildControls() публичный статический Метод

Return all the child controls of control collection
public static AllChildControls ( this controlCollection ) : IEnumerable
controlCollection this The control collection
Результат IEnumerable