__FCITEMFLAGS Enum

Definition

The FCITEMFLAGS enumeration is used to specify non-display attributes for a font used by a given Display Item.

This enumeration supports a bitwise combination of its member values.

public enum class __FCITEMFLAGS
public enum class __FCITEMFLAGS
enum __FCITEMFLAGS
[System.Flags]
public enum __FCITEMFLAGS
[<System.Flags>]
type __FCITEMFLAGS = 
Public Enum __FCITEMFLAGS
Inheritance
__FCITEMFLAGS
Attributes

Fields

FCIF_ALLOWBGCHANGE 4

Enables the Background Color drop-down box that allows the user to change the background color.

FCIF_ALLOWBOLDCHANGE 8

Enables the Bold checkbox that allows the user to change the bold attribute.

FCIF_ALLOWCUSTOMCOLORS 16

Enables the Custom buttons that allows the user to create and select customized colors.

FCIF_ALLOWFGCHANGE 2

Enables the Foreground Color drop-down box that allows the user to change the foreground color.

FCIF_ISMARKER 1

Specifies that the item is a marker type.

FCIF_PLAINTEXT 32

Indicates that the Display Items is to be treated as "plain text." This means that the color used to display the item will track the environment wide font and color settings for plain text color.

Remarks

The values of the FCITEMFLAGS enumeration are used to define the fFlag members of the AllColorableItemInfo structure.

COM Signature

From vsshell.idl:

Applies to