vsCommandStyle 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.
Defines command style options.
public enum class vsCommandStyle
public enum class vsCommandStyle
enum vsCommandStyle
[System.Runtime.InteropServices.Guid("6FB22721-008A-41A0-B4A9-23A7AB2A02B7")]
public enum vsCommandStyle
[<System.Runtime.InteropServices.Guid("6FB22721-008A-41A0-B4A9-23A7AB2A02B7")>]
type vsCommandStyle =
Public Enum vsCommandStyle
- Inheritance
-
vsCommandStyle
- Attributes
Fields
Name | Value | Description |
---|---|---|
vsCommandStylePict | 1 | This command displays an icon only when placed on a toolbar. It displays an icon and text on a menubar. |
vsCommandStyleText | 2 | This command displays text on a toolbar. It displays both icon and text on a menubar. |
vsCommandStylePictAndText | 3 | This command displays both an icon and text on both toolbars and menubars. |
vsCommandStyleComboNoAutoComplete | 64 | This option specifies that combo boxes will not use AutoComplete. |
vsCommandStyleComboCaseSensitive | 128 | This combo box is case-sensitive. |