ShellBarItemVisibility Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the items that are visible in the shell bar.
This enumeration supports a bitwise combination of its member values.
public enum class ShellBarItemVisibility
[System.Flags]
public enum ShellBarItemVisibility
[<System.Flags>]
type ShellBarItemVisibility =
Public Enum ShellBarItemVisibility
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
All | -1 | Specifies that all items are visible. |
None | 0 | Specifies that nothing is visible. |
Variables | 1 | Specifies that the variables are visible. |
Arguments | 2 | Specifies that arguments are visible. |
Imports | 4 | Specifies that imports are visible. |
Zoom | 8 | Specifies that the zoom is visible. |
MiniMap | 16 | Specifies that the mini map is visible. |
PanMode | 32 | Specifies that PanMode is visible. |