IVsFontAndColorEvents Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | OnApply() | Called by the environment when user has clicked the OK or Apply button on the Fonts and Colors property page in the Options dialog box. |
![]() | OnFontChanged(Guid, array<FontInfo>^, array<LOGFONTW>^, UInt32) | Called by the Visual Studio environment when the fonts of one Categories of the items listed in the Display Items drop-down list is modified. |
![]() | OnItemChanged(Guid, String^, Int32, array<ColorableItemInfo>^, UInt32, UInt32) | Called by the environment whenever an item in the Display Items drop-down list is modified. |
![]() | OnReset(Guid) | Called by the environment whenever the items in the Display Items list are reset to their default values. |
![]() | OnResetToBaseCategory(Guid) | Called by the environment whenever all of a category's attributes are reset to its alternate set of default values, as specified by its base category. |
Show:
