IVsFontAndColorEvents Members
Include Protected Members
Include Inherited Members
Notifies VSPackages using font and color information about changes in font and color settings.
The IVsFontAndColorEvents type exposes the following members.
Methods
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 | 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 | Called by the environment whenever an item in the Display Items drop-down list is modified. | |
OnReset | Called by the environment whenever the items in the Display Items list are reset to their default values. | |
OnResetToBaseCategory | 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. |
Top