__FCITEMFLAGS Enumeration

 

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

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[FlagsAttribute]
public enum __FCITEMFLAGS

Member nameDescription
FCIF_ALLOWBGCHANGE

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

FCIF_ALLOWBOLDCHANGE

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

FCIF_ALLOWCUSTOMCOLORS

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

FCIF_ALLOWFGCHANGE

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

FCIF_ISMARKER

Specifies that the item is a marker type.

FCIF_PLAINTEXT

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.

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

From vsshell.idl:

Return to top
Show: