AVEVA CAF API Documenation

Aveva.ApplicationFramework.Presentation Namespace : StateButtonCommandBarDisplayStyle Enumeration
StateButtonCommandBarDisplayStyle Enumeration
Enumerator used to specify the display style of a StateButtonTool when it is displayed on a CommandBar or Ribbon.
Syntax
public enum StateButtonCommandBarDisplayStyle : System.Enum 
public enum class StateButtonCommandBarDisplayStyle : public System.Enum 
Members
MemberDescription
Button The StateButtonTool will display like a button.
Glyph The StateButtonTool will display with a CheckBox (if it does not belong to an OptionSet) or Radio Button (if it does belong to an OptionSet).
Inheritance Hierarchy

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

Requirements

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

See Also