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


In This Topic
    NPopupNotify Class
    In This Topic
    Represents a popup notify component similar to the one found in Microsoft Office.
    Object Model
    NPopupNotify Class
    Syntax
    'Declaration
     
    
    <System.Drawing.ToolboxBitmapAttribute(Nevron.Presentation.NToolboxBitmapResolver, "UI.WinForm.Controls.Resources.ToolboxBitmaps.NPopupNotify.bmp")>
    <System.ComponentModel.DesignerAttribute(Nevron.Internal.CWWb)>
    <System.ComponentModel.DefaultPropertyAttribute("PredefinedStyle")>
    <System.ComponentModel.DefaultEventAttribute("Displayed")>
    <System.ComponentModel.DesignerCategoryAttribute("Component")>
    Public Class NPopupNotify 
       Inherits NSkinnableComponent
       Implements INSkinnableControl 
    'Usage
     
    
    Dim instance As NPopupNotify
    [System.Drawing.ToolboxBitmap(Nevron.Presentation.NToolboxBitmapResolver, "UI.WinForm.Controls.Resources.ToolboxBitmaps.NPopupNotify.bmp")]
    [System.ComponentModel.Designer(Nevron.Internal.CWWb)]
    [System.ComponentModel.DefaultProperty("PredefinedStyle")]
    [System.ComponentModel.DefaultEvent("Displayed")]
    [System.ComponentModel.DesignerCategory("Component")]
    public class NPopupNotify : NSkinnableComponent, INSkinnableControl  
    Inheritance Hierarchy

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

    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