ShellBarItemVisibility Enumeration
.NET Framework (current version)
Enumerates the items that are visible in the shell bar.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Member name | Description | |
|---|---|---|
| All | Specifies that all items are visible. | |
| Arguments | Specifies that arguments are visible. | |
| Imports | Specifies that imports are visible. | |
| MiniMap | Specifies that the mini map is visible. | |
| None | Specifies that nothing is visible. | |
| PanMode | Specifies that PanMode is visible. | |
| Variables | Specifies that the variables are visible. | |
| Zoom | Specifies that the zoom is visible. |
.NET Framework
Available since 4.0
Available since 4.0
Show: