IconSettings 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.
Settings for command icons.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum IconSettings
[<System.Flags>]
type IconSettings =
Public Enum IconSettings
- Inheritance
-
IconSettings
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | None. |
IconOnly | 1 | In a toolbar, only the icon should be shown to represent the command. In a menu, only the text will be shown. |
IconAndText | 3 | In a toolbar, an icon and the display name of the command should be shown to represent in the command. |