AVEVA CAF API Documenation

PopupStyle Enumeration
Enumerator used to specify the style of popup menus.
Syntax
public enum PopupStyle : System.Enum 
public enum class PopupStyle : public System.Enum 
Members
MemberDescription
CommandBar The menu will popup showing the menu items as images only, arranged as they would be in a floating commandbar.
Menu The menu will popup showing menu items as a standard menu would show them.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Aveva.ApplicationFramework.Presentation.PopupStyle

Requirements

Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)

See Also