IColorSchemeStorage Members
If implemented, enables you to create a custom color scheme storage in WinForms and WPF applications.Methods
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