UpdateOptions Enumeration
Enumerations for the options for automatically updating the state of a MenuTool following state changes to an child StateButtonTool or ButtonTool. This enumeration can be treated as a bit field; that is, a set of flags. Bit fields can be combined using a bitwise OR operation.
Syntax
[Flags()] public enum UpdateOptions : System.Enum
[Flags()] public enum class UpdateOptions : public System.Enum
Members
| Member | Description |
|---|---|
| All | Update Image, Tooltip, Command and CheckedState. |
| Caption | Update caption for MenuTool |
| CheckedState | Update Checked state of MenuTool. |
| Command | Update associated command of MenuTool. |
| Image | Update image of MenuTool. |
| None | No automatic updating. |
| ResetOnUncheck | Restore MenuTool state after unchecking a child StateButtonTool. |
| ToolTip | Update tooltip of MenuTool. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Aveva.ApplicationFramework.Presentation.UpdateOptions
Requirements
Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)
See Also