IVsFontAndColorEvents Methods

 

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

NameDescription
System_CAPS_pubmethodOnApply()

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.

System_CAPS_pubmethodOnFontChanged(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.

System_CAPS_pubmethodOnItemChanged(Guid, String^, Int32, array<ColorableItemInfo>^, UInt32, UInt32)

Called by the environment whenever an item in the Display Items drop-down list is modified.

System_CAPS_pubmethodOnReset(Guid)

Called by the environment whenever the items in the Display Items list are reset to their default values.

System_CAPS_pubmethodOnResetToBaseCategory(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.

Return to top
Show: