PopupPageAllow Enumeration |
Specifies whe popup pages are allowed to be used.
Namespace:
Internal.ComponentFactory.Krypton.Navigator
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax [TypeConverterAttribute(typeof(PopupPageAllowConverter))]
public enum PopupPageAllow
Members
| Member name | Value | Description |
---|
| Never | 0 | Specifies that popup pages are never used. |
| OnlyCompatibleModes | 1 | Specifies that popup pages are used in compatible modes. |
| OnlyOutlookMiniMode | 2 | Specifies that popup pages are used in Outlook Mini mode only. |
See Also