'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the Form instance which owns this popup. If not specified, the popup's owner will be the Desktop Window.")> Public Property Owner As System.Windows.Forms.Form
'Usage
Dim instance As NPopup Dim value As System.Windows.Forms.Form instance.Owner = value value = instance.Owner
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the Form instance which owns this popup. If not specified, the popup's owner will be the Desktop Window.")] public System.Windows.Forms.Form Owner {get; set;}