AVEVA CAF API Documenation

InsertPosition Enumeration
Position to insert new element
Syntax
public enum InsertPosition : System.Enum 
public enum class InsertPosition : public System.Enum 
Members
MemberDescription
Central Position new element on the center of the status bar Only one button can be central, otherwise we use defualt position (before central) instead
Default Position new element in the default position on the status bar
Left Position new element on the left of the status bar
Right Position new element on the right of the status bar
Inheritance Hierarchy

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

Requirements

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

See Also