IconSettings Enum

Definition

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

IconAndText 3

In a toolbar, an icon and the display name of the command should be shown to represent in the command.

IconOnly 1

In a toolbar, only the icon should be shown to represent the command. In a menu, only the text will be shown.

None 0

None.

Applies to