Property PopupOwner
PopupOwner
Gets or sets owner of the popup window.
[Browsable(false)]
public Control? PopupOwner { get; set; }
Property Value
Remarks
Usually owner of the popup window is a control under which popup is shown using ShowPopup(Control) method.