C# Класс Fizzler.Systems.WinForms.ControlSelection

Selectors API for Control.
For more information, see Selectors API.
Показать файл Открыть проект

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

Метод Описание
QuerySelector ( this control, string selector ) : Control

Similar to QuerySelectorAll except it returns only the first control matching the supplied selector strings.

QuerySelectorAll ( this control, string selector ) : IEnumerable

Retrieves all controls from descendants of the starting control that match any selector within the supplied selector strings.

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

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

Similar to QuerySelectorAll except it returns only the first control matching the supplied selector strings.
public static QuerySelector ( this control, string selector ) : Control
control this
selector string
Результат System.Windows.Forms.Control

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

Retrieves all controls from descendants of the starting control that match any selector within the supplied selector strings.
public static QuerySelectorAll ( this control, string selector ) : IEnumerable
control this
selector string
Результат IEnumerable