-
Home
-
API
-
Avalonia.HeadlessTestingFramework
-
VisualTreeTestHelper
-
Methods
-
FindEnabled(Visual)
FindEnabled(Visual) Method
Definition
Finds all enabled controls of a specific type.
public static IEnumerable<T> FindEnabled<T>(this Visual root)
where T : InputElement
Type parameters
- T
- The type of controls to find.
Parameters
Returns