StateButtonMenuDisplayStyle Enumeration
Enumerator used to specify the display style of a StateButtonTool's image
when the tool appears on a menu.
Syntax
public enum StateButtonMenuDisplayStyle : System.Enum
public enum class StateButtonMenuDisplayStyle : public System.Enum
Members
Member | Description |
---|---|
DisplayCheckmark | A checkmark image is displayed if the tool is checked. No image is displayed if the tool is unchecked. |
DisplayToolImage | The StateButtonTool's image is displayed with slightly different rendering depending on whether the button is checked or not. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Aveva.ApplicationFramework.Presentation.StateButtonMenuDisplayStyle
Requirements
Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)
See Also