Method FindVisibleControl
FindVisibleControl<T>()
Finds visible control of the specified type.
public static T? FindVisibleControl<T>() where T : AbstractControl
Returns
- T
Type Parameters
T
Type of the control to find.
Finds visible control of the specified type.
public static T? FindVisibleControl<T>() where T : AbstractControl
T
Type of the control to find.