__FONTCOLORFLAGS Enum

Definition

The FONTCOLORFLAGS enumeration is used to indicate to the Visual Studio Environment how to handle the changes made through the Fonts and Colors properties page.

This enumeration supports a bitwise combination of its member values.

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

Fields

FCF_AUTOFONT 16

Instructs the Fonts and Colors page to display an item called Automatic in the Fontdropdown box which corresponds to the current "icon" system font setting in Windows. Automatic will be the default setting for the category.

FCF_MUSTRESTART 1

Instructs Visual Studio to warn that the IDE must be restarted for changes to take effect.

FCF_ONLYNEWINSTANCES 8

Generates a warning that changes will take effect only for new of the UI component.

FCF_ONLYTTFONTS 2

Restricted the Font dropdown box of the Fonts and Colors property page to presenting TrueType fonts.

FCF_SAVEALL 4

If set the Visual Studio environment will save all customizable Display Item attributes if even on has been modified (normally, only attributes that have changed from their defaults are saved).

Remarks

COM Signature

From vsshell.idl:

Applies to