C# 클래스 Fizzler.Systems.WinForms.ControlSelection

Selectors API for Control.
For more information, see Selectors API.
파일 보기 프로젝트 열기: atifaziz/Fizzler

공개 메소드들

메소드 설명
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