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


In This Topic
    Owner Property (NPopup)
    In This Topic
    Gets/sets the Form instance which owns this popup. If null, the popup's owner will be the Desktop Window.
    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
    [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;}
    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