Table of Contents

Method FindVisibleControl

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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.