Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NPopup Class
Members


In This Topic
    NPopup Class
    In This Topic
    Represents a generic control which pops on the screen and has short life-time - such as menu windows, tool-tips, combo-box drop-down, etc. The popup is completely customizable regarding appearance, behavior, animations, even shadows. Introduced is completely innovative placement logic allowing for precise positioning and alignment of the popup - either to a target, custom bounds or the mouse.
    Object Model
    NPopup Class
    Syntax
    'Declaration
     
    
    <System.Drawing.ToolboxBitmapAttribute(Nevron.Presentation.NToolboxBitmapResolver, "UI.WinForm.Controls.Resources.ToolboxBitmaps.NPopup.bmp")>
    <System.ComponentModel.LicenseProviderAttribute(Nevron.UI.WinForm.Controls.NUILicenseProvider)>
    <System.ComponentModel.DesignerCategoryAttribute("Component")>
    Public Class NPopup 
       Inherits NSkinnableComponent
       Implements INSkinnableControl 
    'Usage
     
    
    Dim instance As NPopup
    [System.Drawing.ToolboxBitmap(Nevron.Presentation.NToolboxBitmapResolver, "UI.WinForm.Controls.Resources.ToolboxBitmaps.NPopup.bmp")]
    [System.ComponentModel.LicenseProvider(Nevron.UI.WinForm.Controls.NUILicenseProvider)]
    [System.ComponentModel.DesignerCategory("Component")]
    public class NPopup : NSkinnableComponent, INSkinnableControl  
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             Nevron.UI.WinForm.Controls.NSkinnableComponent
                Nevron.UI.WinForm.Controls.NPopup

    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