Table of Contents

Property VisiblePopupToolbars

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

VisiblePopupToolbars

Gets a collection of currently visible popup toolbars.

public static IEnumerable<PopupToolBar> VisiblePopupToolbars { get; }

Property Value

IEnumerable<PopupToolBar>

Remarks

This property retrieves all popup toolbars that are currently visible in the application. Use this property to enumerate or interact with the visible popup toolbars.