Table of Contents

Method IsParentPopup

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

IsParentPopup(PopupToolBar)

Determines whether the specified PopupToolBar is a parent of this popup. This method checks the hierarchy of parent popups using the ParentPopups property.

public virtual bool IsParentPopup(PopupToolBar popup)

Parameters

popup PopupToolBar

The PopupToolBar to check.

Returns

bool

true if the specified PopupToolBar is a parent popup; otherwise, false.