__FONTCOLORFLAGS Enumeration

 

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.

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

[FlagsAttribute]
public enum __FONTCOLORFLAGS

Member nameDescription
FCF_AUTOFONT

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

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

FCF_ONLYNEWINSTANCES

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

FCF_ONLYTTFONTS

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

FCF_SAVEALL

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).

From vsshell.idl:

Return to top
Show: