Name | Description | |
---|---|---|
![]() | Animation | Gets/sets the animation flags to be used when animating the popup. |
![]() | AnimationDirection | Gets/sets the animation flags to be used when animating the popup. |
![]() | AnimationInterval | Gets/sets the interval for the animation process. |
![]() | AnimationSteps | Gets/sets the steps for the animation process. |
![]() | AutoHide | Gets/sets a value whether the Popup will automatically be hidden after the visible span expires. |
![]() | Caption | Gets the NCaptionElement which represents the caption part of the popup. |
![]() | CaptionBounds | Gets/sets the bounds of the component's Caption element. Valid when the predefined popup style is PredefinedPopupStyle.Shaped. |
![]() | CaptionFillInfo | Gets the NFillInfo object which controls the filling of the caption. |
![]() | CloseButton | Gets/sets a value whether the Popup will display a "Close" button. |
![]() | CloseButtonImageSet | Gets the image set to be used by the Close button. |
![]() | Content | Gets the NImageAndTextItem instance which represents the content of the popup. |
![]() | ContentBounds | Gets/sets the bounds of the component's Content item. Valid when the predefined popup style is PredefinedPopupStyle.Shaped |
![]() | EnableSkinning | Determines whether the component will use skinning logic. (Inherited from Nevron.UI.WinForm.Controls.NSkinnableComponent) |
![]() | FillInfo | Gets the NFillInfo object which controls the filling of the popup. |
![]() | Font | Gets/sets the Font for the popup window. |
![]() | FullOpacityOnMouseOver | Gets/sets a value whether the Popup will have a complete (255) opacity when the mouse hovers it. |
![]() | Moveable | Gets/sets a value whether the Popup will be moveable (the user can drag it when click on the caption). |
![]() | MoveableBounds | Gets/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. |
![]() | Opacity | Gets/sets the opacity of the popup. 0 is completely transparent and 255 is completely opaque. |
![]() | OptionsButton | Gets/sets a value whether the Popup will display an "Options" button. |
![]() | OptionsButtonImageSet | Gets the image set to be used by the Options button. |
![]() | OptionsCommands | Gets the collection of options commands. |
![]() | Palette | Gets the NPalette object used to render the popup. |
![]() | PredefinedStyle | Gets/sets the predefined popup style. Note that changing this will substitute the current window instance. |
![]() | PreferredBounds | Gets/sets the preferred bounds where the popup should appear. Leave the Location empty to calculate the default location depending on the Windows taskbar. |
![]() | PreserveLastBounds | Gets/sets a value whether the Popup will preserve the last applied bounds. |
![]() | Shape | Gets/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. |
![]() | ShapeTransparentColor | Gets/sets the color from the Shape image that should be treated as transparent. Valid when the predefined popup style is PredefinedPopupStyle.Shaped. |
![]() | StrokeInfo | Gets the NStrokeInfo object which controls the border of the popup. |
![]() | TopMost | Gets/sets a value whether the Popup will be above any other windows (TopMost) |
![]() | VisibleOnMouseOver | Gets/sets a value whether the Popup will remain visible while the mouse hovers it. |
![]() | VisibleSpan | Gets/sets the time span (in milliseconds) during which the popup is visible. |