Nevron.UI.WinForm.Controls Namespace / NPopup Class / Owner Property


Owner Property (NPopup)
Syntax
'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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also