Click or drag to resize

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
C#
[TypeConverterAttribute(typeof(PopupPageAllowConverter))]
public enum PopupPageAllow
Members
  Member nameValueDescription
Never0Specifies that popup pages are never used.
OnlyCompatibleModes1Specifies that popup pages are used in compatible modes.
OnlyOutlookMiniMode2Specifies that popup pages are used in Outlook Mini mode only.
See Also