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


In This Topic
    NPopupNotify Class Properties
    In This Topic

    For a list of all members of this type, see NPopupNotify members.

    Public Properties
     NameDescription
    Public PropertyGets/sets the animation flags to be used when animating the popup.  
    Public PropertyGets/sets the animation flags to be used when animating the popup.  
    Public PropertyGets/sets the interval for the animation process.  
    Public PropertyGets/sets the steps for the animation process.  
    Public PropertyGets/sets a value whether the Popup will automatically be hidden after the visible span expires.  
    Public PropertyGets the NCaptionElement which represents the caption part of the popup.  
    Public PropertyGets/sets the bounds of the component's Caption element. Valid when the predefined popup style is PredefinedPopupStyle.Shaped.  
    Public PropertyGets the NFillInfo object which controls the filling of the caption.  
    Public PropertyGets/sets a value whether the Popup will display a "Close" button.  
    Public PropertyGets the image set to be used by the Close button.  
    Public PropertyGets the NImageAndTextItem instance which represents the content of the popup.  
    Public PropertyGets/sets the bounds of the component's Content item. Valid when the predefined popup style is PredefinedPopupStyle.Shaped  
    Public PropertyDetermines whether the component will use skinning logic. (Inherited from Nevron.UI.WinForm.Controls.NSkinnableComponent)
    Public PropertyGets the NFillInfo object which controls the filling of the popup.  
    Public PropertyGets/sets the Font for the popup window.  
    Public PropertyGets/sets a value whether the Popup will have a complete (255) opacity when the mouse hovers it.  
    Public PropertyGets/sets a value whether the Popup will be moveable (the user can drag it when click on the caption).  
    Public PropertyGets/sets the bounds which are treated as Moveable - the user may drag the window if click within them. Valid when the predefined popup style is PredefinedPopupStyle.Shaped.  
    Public PropertyGets/sets the opacity of the popup. 0 is completely transparent and 255 is completely opaque.  
    Public PropertyGets/sets a value whether the Popup will display an "Options" button.  
    Public PropertyGets the image set to be used by the Options button.  
    Public PropertyGets the collection of options commands.  
    Public PropertyGets the NPalette object used to render the popup.  
    Public PropertyGets/sets the predefined popup style. Note that changing this will substitute the current window instance.  
    Public PropertyGets/sets the preferred bounds where the popup should appear. Leave the Location empty to calculate the default location depending on the Windows taskbar.  
    Public PropertyGets/sets a value whether the Popup will preserve the last applied bounds.  
    Public PropertyGets/sets the image which determines the shape of the popup. Valid when the predefined popup style is PredefinedPopupStyle.Shaped. You must also specify the color which should be treated as transparent.  
    Public PropertyGets/sets the color from the Shape image that should be treated as transparent. Valid when the predefined popup style is PredefinedPopupStyle.Shaped.  
    Public PropertyGets the NStrokeInfo object which controls the border of the popup.  
    Public PropertyGets/sets a value whether the Popup will be above any other windows (TopMost)  
    Public PropertyGets/sets a value whether the Popup will remain visible while the mouse hovers it.  
    Public PropertyGets/sets the time span (in milliseconds) during which the popup is visible.  
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property (Inherited from System.ComponentModel.Component)
    Top
    See Also