Method GetVisiblePopups
GetVisiblePopups<T1>()
Gets collection of the visible popup windows of the specified type. Result is sorted by last activation time.
public static IEnumerable<T1> GetVisiblePopups<T1>() where T1 : PopupWindow<T>
Returns
- IEnumerable<T1>
Type Parameters
T1