NavigationButtonStyle Enumeration
Enumeration used to indicate how the navigation buttons are used to navigate the items in a TaskBar
Syntax
public enum NavigationButtonStyle : System.Enum
public enum class NavigationButtonStyle : public System.Enum
Members
Member | Description |
---|---|
Default | |
History | The Back and Forward buttons will be used to navigate through the items based on the order in which the items have been selected. |
Linear | The Back and Forward buttons will be used to navigate through the items based on their order in the Tools collection. |
None | The Back and Forward buttons will not be displayed. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Aveva.ApplicationFramework.Presentation.NavigationButtonStyle
Requirements
Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)
See Also