Skip to main content
A newer version of this page is available. .

IColorSchemeStorage Methods

If implemented, enables you to create a custom color scheme storage in WinForms and WPF applications.
Name Description
AddColorScheme(ColorScheme) If implemented, adds a color scheme to the storage.
GetColorSchemes() If implemented, retrieves the collection of color schemes from the storage.
RemoveColorScheme(String) Removes a color scheme from the storage.
See Also