Table of Contents

Property PopupOwner

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

PopupOwner

Gets or sets owner of the popup window.

[Browsable(false)]
public AbstractControl? PopupOwner { get; set; }

Property Value

AbstractControl

Remarks

Usually owner of the popup window is a control under which popup is shown using ShowPopup(AbstractControl) method.