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 Control? PopupOwner { get; set; }

Property Value

Control

Remarks

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