vsCommandBarType 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.
Represents the scope of the build.
public enum class vsCommandBarType
public enum class vsCommandBarType
enum vsCommandBarType
[System.Runtime.InteropServices.Guid("79946991-1AE2-4D2D-9768-FD7801BE7DAA")]
public enum vsCommandBarType
[<System.Runtime.InteropServices.Guid("79946991-1AE2-4D2D-9768-FD7801BE7DAA")>]
type vsCommandBarType =
Public Enum vsCommandBarType
- Inheritance
-
vsCommandBarType
- Attributes
Fields
Name | Value | Description |
---|---|---|
vsCommandBarTypePopup | 10 | A popup command bar |
vsCommandBarTypeToolbar | 23 | A toolbar command bar |
vsCommandBarTypeMenu | 24 | A menu command bar |