vsCommandControlType Enum
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.
Describes the kind of control that should be used for a command.
public enum class vsCommandControlType
C++/CX
public enum class vsCommandControlType
enum vsCommandControlType
[System.Runtime.InteropServices.Guid("765724FE-DDE5-422A-A008-198376C7B641")]
public enum vsCommandControlType
[<System.Runtime.InteropServices.Guid("765724FE-DDE5-422A-A008-198376C7B641")>]
type vsCommandControlType =
Public Enum vsCommandControlType
- Inheritance
-
vsCommandControlType
- Attributes
Name | Value | Description |
---|---|---|
vsCommandControlTypeButton | 2 | A button control. |
vsCommandControlTypeDropDownCombo | 32 | A Drop- down combo box control. |
vsCommandControlTypeMRUCombo | 64 | A Most Recently Used combo box control. |
vsCommandControlTypeMRUButton | 8192 | A Most Recently Used button control. |
Enhances the controls available through the command bar.
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |