This topic has not yet been rated - Rate this topic

IVsFontAndColorDefaults Interface

Allows a VSPackage to support the IDE's Fonts and Colors properties page by defining default fonts and colors for a window or UI component.

Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)

[InterfaceTypeAttribute(1)] 
[GuidAttribute("5FA2AC9A-3BEF-423A-8B5E-6645811BFB6B")] 
public interface IVsFontAndColorDefaults
/** @attribute InterfaceTypeAttribute(1) */ 
/** @attribute GuidAttribute("5FA2AC9A-3BEF-423A-8B5E-6645811BFB6B") */ 
public interface IVsFontAndColorDefaults
InterfaceTypeAttribute(1) 
GuidAttribute("5FA2AC9A-3BEF-423A-8B5E-6645811BFB6B") 
public interface IVsFontAndColorDefaults

Notes to Implementers Implement for any VSPackage with window or UI component that needs to communicate default font and color attributes to the Fonts and Colors page in the Options dialog box, which can be launched from the Tools menu. The VSPackage creates or modifies a Category in the Show settings for: drop-down box in the Fonts and Colors page.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ