ToolDisplayStyle Enumeration
Enumerator used to specify the display style of a tool.
Syntax
public enum ToolDisplayStyle : System.Enum
public enum class ToolDisplayStyle : public System.Enum
Members
| Member | Description |
|---|---|
| Default | The tool is displayed in a default style. |
| DefaultForToolType | The tool is displayed based on the default for the tools type and its location. |
| ImageAndText | The tool is displayed using its assigned image and text. This setting is ignored when the item is on a top-level menu. |
| ImageOnlyOnToolbars | The Tool is displayed as a graphic when located on a Toolbar, and displayed as image and text when located on a Menu. |
| TextOnlyAlways | The tool is always displayed as text only. |
| TextOnlyInMenus | The Tool is displayed as a graphic when located on a Toolbar, and displayed as text when located on a Menu. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Aveva.ApplicationFramework.Presentation.ToolDisplayStyle
Requirements
Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)
See Also